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