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 classEngine32Deprecated.3.6.1, use Engine with JexlOptions instead.Fields in org.apache.commons.jexl3.internal declared as Engine Modifier and Type Field Description protected EngineInterpreterBase. jexlThe JEXL engine.protected EngineScript. jexlThe engine for this expression.(package private) EngineTemplateEngine. jexlThe JEXL engine instance.(package private) EngineTemplateInterpreter.Arguments. jexlThe engine.Methods in org.apache.commons.jexl3.internal that return Engine Modifier and Type Method Description EngineTemplateEngine. 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 ofJxltEnginecreating a local cache.
-