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 TypeClassDescriptionclassAn Engine that behaves like JEXL 3.2, bugs included.Fields in org.apache.commons.jexl3.internal declared as EngineModifier and TypeFieldDescriptionprotected final EngineInterpreterBase.jexlThe JEXL engine.protected final EngineScript.jexlThe engine for this expression.(package private) final EngineTemplateEngine.jexlThe JEXL engine instance.(package private) EngineTemplateInterpreter.Arguments.jexlThe 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.protectedInterpreter(Engine engine, JexlOptions opts, JexlContext aContext, Frame eFrame) Creates an interpreter.protectedInterpreterBase(Engine engine, JexlOptions opts, JexlContext aContext) Creates an interpreter base.protectedScript(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 ofJxltEnginecreating a local cache.