MethodExpressionImpl.java | Class | An Expression that refers to a method on an object.
The
ExpressionFactory.createMethodExpression method
can be used to parse an expression string and return a concrete instance
of MethodExpression that encapsulates the parsed expression.
The
FunctionMapper is used at parse time, not evaluation time,
so one is not needed to evaluate an expression using this class. |