Uses of Class
org.apache.commons.jexl3.internal.Engine
-
Packages that use Engine Package Description org.apache.commons.jexl3.internal Provides utilities for introspection services. -
-
Uses of Engine in org.apache.commons.jexl3.internal
Subclasses of Engine in org.apache.commons.jexl3.internal Modifier and Type Class Description class
Engine32
An Engine that behaves like JEXL 3.2, bugs included.Fields in org.apache.commons.jexl3.internal declared as Engine Modifier and Type Field Description protected Engine
InterpreterBase. jexl
The JEXL engine.protected Engine
Script. jexl
The engine for this expression.(package private) Engine
TemplateEngine. jexl
The JEXL engine instance.(package private) Engine
TemplateInterpreter.Arguments. jexl
The engine.Methods in org.apache.commons.jexl3.internal that return Engine Modifier and Type Method Description Engine
TemplateEngine. getEngine()
Gets the JexlEngine underlying this JxltEngine.Constructors in org.apache.commons.jexl3.internal with parameters of type Engine Constructor Description Arguments(Engine e)
Sole ctor.Interpreter(Engine engine, JexlOptions opts, JexlContext aContext, Frame eFrame)
Creates an interpreter.InterpreterBase(Engine engine, JexlOptions opts, JexlContext aContext)
Creates an interpreter base.Script(Engine engine, java.lang.String expr, ASTJexlScript ref)
Do not let this be generally instantiated with a 'new'.TemplateEngine(Engine jexl, boolean noScript, int cacheSize, char immediate, char deferred)
Creates a new instance ofJxltEngine
creating a local cache.
-