Uses of Class
org.apache.commons.jexl3.internal.Engine
Packages that use Engine
Package
Description
Provides utilities for introspection services.
-
Uses of Engine in org.apache.commons.jexl3.internal
Subclasses of Engine in org.apache.commons.jexl3.internalModifier and TypeClassDescriptionclass
An Engine that behaves like JEXL 3.2, bugs included.Fields in org.apache.commons.jexl3.internal declared as EngineModifier and TypeFieldDescriptionprotected final Engine
InterpreterBase.jexl
The JEXL engine.protected final Engine
Script.jexl
The engine for this expression.(package private) final Engine
TemplateEngine.jexl
The JEXL engine instance.(package private) Engine
TemplateInterpreter.Arguments.jexl
The engine.Methods in org.apache.commons.jexl3.internal that return EngineModifier and TypeMethodDescriptionTemplateEngine.getEngine()
Gets the JexlEngine underlying this JxltEngine.Constructors in org.apache.commons.jexl3.internal with parameters of type EngineModifierConstructorDescription(package private)
Sole ctor.protected
Interpreter
(Engine engine, JexlOptions opts, JexlContext aContext, Frame eFrame) Creates an interpreter.protected
InterpreterBase
(Engine engine, JexlOptions opts, JexlContext aContext) Creates an interpreter base.protected
Script
(Engine engine, 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.