parseExpression()
. The Expression
object returned must invoke the same functions regardless of whether the mappings in the provided FunctionMapper
instance change between calling ExpressionEvaluator.parseExpression()
and Expression.evaluate()
.
@return The Expression object encapsulating the arguments.
@exception ELException Thrown if parsing errors were found.
|
|
|
|
|
|
|
|
|
|