Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl2.scripting |
Contains the JSR-223 Scripting Engine for JEXL script.
|
Modifier and Type | Field and Description |
---|---|
protected JexlEngine |
ExpressionImpl.jexl
The engine for this expression.
|
Modifier and Type | Method and Description |
---|---|
JexlEngine |
UnifiedJEXL.getEngine()
Gets the JexlEngine underlying the UnifiedJEXL.
|
Constructor and Description |
---|
ExpressionImpl(JexlEngine engine,
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 and Description |
---|---|
JexlEngine |
JexlScriptEngine.JexlScriptObject.getEngine()
Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.