Uses of Class
org.apache.commons.jexl2.JexlEngine
-
Packages that use JexlEngine 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. -
-
Uses of JexlEngine in org.apache.commons.jexl2
Fields in org.apache.commons.jexl2 declared as JexlEngine Modifier and Type Field Description protected JexlEngine
ExpressionImpl. jexl
The engine for this expression.Methods in org.apache.commons.jexl2 that return JexlEngine Modifier and Type Method Description JexlEngine
UnifiedJEXL. getEngine()
Gets the JexlEngine underlying the UnifiedJEXL.Constructors in org.apache.commons.jexl2 with parameters of type JexlEngine 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. -
Uses of JexlEngine in org.apache.commons.jexl2.scripting
Methods in org.apache.commons.jexl2.scripting that return JexlEngine Modifier and Type Method Description JexlEngine
JexlScriptEngine.JexlScriptObject. getEngine()
Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
-