Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
Modifier and Type | Method and 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 and Description |
---|---|
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.
|
Constructor and Description |
---|
Interpreter(Interpreter base)
Copy constructor.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.