public static class ExpressionFactory.ParameterFunction extends Object implements Expression
Modifier and Type | Field and Description |
---|---|
private List<Expression> |
args |
private Class<?>[] |
expectedParameterTypes |
private Method |
m |
Constructor and Description |
---|
ParameterFunction(Method m,
List<Expression> args) |
private final List<Expression> args
private final Class<?>[] expectedParameterTypes
public ParameterFunction(Method m, List<Expression> args)
public Object evaluate(Environment env)
Expression
evaluate
in interface Expression
env
- The environmentList
, String or any
primitive type or wrapper classes of a primitive type.