public abstract class MethodExpression extends Expression
Constructor and Description |
---|
MethodExpression() |
Modifier and Type | Method and Description |
---|---|
abstract MethodInfo |
getMethodInfo(ELContext context) |
abstract java.lang.Object |
invoke(ELContext context,
java.lang.Object[] params) |
boolean |
isParmetersProvided() |
equals, getExpressionString, hashCode, isLiteralText
public abstract MethodInfo getMethodInfo(ELContext context) throws PropertyNotFoundException, MethodNotFoundException, ELException
public abstract java.lang.Object invoke(ELContext context, java.lang.Object[] params) throws PropertyNotFoundException, MethodNotFoundException, ELException
public boolean isParmetersProvided()