| Package | Description |
|---|---|
| org.apache.commons.jexl2 | |
| org.apache.commons.jexl2.scripting |
| Modifier and Type | Field | Description |
|---|---|---|
protected JexlEngine |
ExpressionImpl.jexl |
The engine for this expression.
|
| Modifier and Type | Method | Description |
|---|---|---|
JexlEngine |
UnifiedJEXL.getEngine() |
Gets the JexlEngine underlying the UnifiedJEXL.
|
| Constructor | Description |
|---|---|
ExpressionImpl(JexlEngine engine,
java.lang.String expr,
ASTJexlScript ref) |
Do not let this be generally instantiated with a 'new'.
|
Interpreter(JexlEngine jexl,
JexlContext aContext) |
Deprecated.
|
Interpreter(JexlEngine jexl,
JexlContext aContext,
boolean strictFlag,
boolean silentFlag) |
Creates an interpreter.
|
ObjectContext(JexlEngine engine,
T wrapped) |
Creates a new ObjectContext.
|
UnifiedJEXL(JexlEngine aJexl) |
Creates a new instance of UnifiedJEXL with a default size cache.
|
UnifiedJEXL(JexlEngine aJexl,
int cacheSize) |
Creates a new instance of UnifiedJEXL creating a local cache.
|
| Modifier and Type | Method | Description |
|---|---|---|
JexlEngine |
JexlScriptEngine.JexlScriptObject.getEngine() |
Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
|