Package | Description |
---|---|
org.apache.commons.jexl2 |
Modifier and Type | Method | Description |
---|---|---|
protected Interpreter |
JexlEngine.createInterpreter(JexlContext context) |
Creates an interpreter.
|
protected Interpreter |
JexlEngine.createInterpreter(JexlContext context,
boolean strictFlag,
boolean silentFlag) |
Creates an interpreter.
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract java.lang.Object |
UnifiedJEXL.Expression.evaluate(Interpreter interpreter) |
Intreprets a sub-expression.
|
protected UnifiedJEXL.Expression |
UnifiedJEXL.Expression.prepare(Interpreter interpreter) |
Prepares a sub-expression for interpretation.
|
Constructor | Description |
---|---|
Interpreter(Interpreter base) |
Copy constructor.
|