public class MethodExpressionLiteral extends jakarta.el.MethodExpression implements Externalizable
| Constructor and Description |
|---|
MethodExpressionLiteral() |
MethodExpressionLiteral(String expr,
Class<?> expectedType,
Class<?>[] paramTypes) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getExpressionString() |
jakarta.el.MethodInfo |
getMethodInfo(jakarta.el.ELContext context) |
int |
hashCode() |
Object |
invoke(jakarta.el.ELContext context,
Object[] params) |
boolean |
isLiteralText() |
void |
readExternal(ObjectInput in) |
void |
writeExternal(ObjectOutput out) |
public jakarta.el.MethodInfo getMethodInfo(jakarta.el.ELContext context)
throws jakarta.el.ELException
getMethodInfo in class jakarta.el.MethodExpressionjakarta.el.ELExceptionpublic Object invoke(jakarta.el.ELContext context, Object[] params) throws jakarta.el.ELException
invoke in class jakarta.el.MethodExpressionjakarta.el.ELExceptionpublic String getExpressionString()
getExpressionString in class jakarta.el.Expressionpublic boolean equals(Object obj)
equals in class jakarta.el.Expressionpublic int hashCode()
hashCode in class jakarta.el.Expressionpublic boolean isLiteralText()
isLiteralText in class jakarta.el.Expressionpublic void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
readExternal in interface ExternalizableIOExceptionClassNotFoundExceptionpublic void writeExternal(ObjectOutput out) throws IOException
writeExternal in interface ExternalizableIOExceptionComments to: el-dev@eclipse.org.
Copyright © 2018, 2020 Eclipse Foundation. All rights reserved.
Use is subject to license terms.