Uses of Class
org.apache.commons.jexl2.Interpreter
-
Packages that use Interpreter Package Description org.apache.commons.jexl2 -
-
Uses of Interpreter in org.apache.commons.jexl2
Methods in org.apache.commons.jexl2 that return Interpreter Modifier and Type Method Description protected InterpreterJexlEngine. createInterpreter(JexlContext context)Creates an interpreter.protected InterpreterJexlEngine. createInterpreter(JexlContext context, boolean strictFlag, boolean silentFlag)Creates an interpreter.Methods in org.apache.commons.jexl2 with parameters of type Interpreter Modifier and Type Method Description protected abstract java.lang.ObjectUnifiedJEXL.Expression. evaluate(Interpreter interpreter)Intreprets a sub-expression.protected UnifiedJEXL.ExpressionUnifiedJEXL.Expression. prepare(Interpreter interpreter)Prepares a sub-expression for interpretation.Constructors in org.apache.commons.jexl2 with parameters of type Interpreter Constructor Description Interpreter(Interpreter base)Copy constructor.
-