Uses of Class
org.apache.commons.jexl2.JexlEngine

Packages that use JexlEngine
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
protected  JexlEngine ExpressionImpl.jexl
          The engine for this expression.
 

Methods in org.apache.commons.jexl2 that return JexlEngine
 JexlEngine UnifiedJEXL.getEngine()
          Gets the JexlEngine underlying the UnifiedJEXL.
 

Constructors in org.apache.commons.jexl2 with parameters of type JexlEngine
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 JexlEngine
 JexlEngine JexlScriptEngine.JexlScriptObject.getEngine()
          Gives access to the underlying JEXL engine shared between all ScriptEngine instances.
 



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.