- parse(java.lang.String) - Method in ExpressionProcessor
-
Parses an expression, returning the matching expression type.
- parseFragmentExpression(java.lang.String) - Method in ExpressionProcessor
-
Parses an expression under the assumption it is a fragment expression.
- process(java.lang.String) - Method in ExpressionProcessor
-
Parse and executes an expression, returning whatever the type of the
expression result is.
- processAsString(java.lang.String) - Method in ExpressionProcessor
-
Parse and execute an expression, returning the result as a string.