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