|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Interpreter | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
Uses of Interpreter in org.apache.commons.jexl2 |
---|
Methods in org.apache.commons.jexl2 that return Interpreter | |
---|---|
protected Interpreter |
JexlEngine.createInterpreter(JexlContext context)
Creates an interpreter. |
protected Interpreter |
JexlEngine.createInterpreter(JexlContext context,
boolean strictFlag,
boolean silentFlag)
Creates an interpreter. |
Methods in org.apache.commons.jexl2 with parameters of type Interpreter | |
---|---|
protected abstract Object |
UnifiedJEXL.Expression.evaluate(Interpreter interpreter)
Intreprets a sub-expression. |
protected UnifiedJEXL.Expression |
UnifiedJEXL.Expression.prepare(Interpreter interpreter)
Prepares a sub-expression for interpretation. |
Constructors in org.apache.commons.jexl2 with parameters of type Interpreter | |
---|---|
Interpreter(Interpreter base)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |