Uses of Class
org.apache.commons.jexl3.internal.Engine

Packages that use Engine
org.apache.commons.jexl3.internal Provides utilities for introspection services. 
 

Uses of Engine in org.apache.commons.jexl3.internal
 

Fields in org.apache.commons.jexl3.internal declared as Engine
protected  Engine Script.jexl
          The engine for this expression.
protected  Engine InterpreterBase.jexl
          The JEXL engine.
 

Methods in org.apache.commons.jexl3.internal that return Engine
 Engine TemplateEngine.getEngine()
          Gets the JexlEngine underlying this JxltEngine.
 

Constructors in org.apache.commons.jexl3.internal with parameters of type Engine
Interpreter(Engine engine, JexlContext aContext, Scope.Frame eFrame)
          Creates an interpreter.
InterpreterBase(Engine engine, JexlContext aContext)
          Creates an interpreter base.
Script(Engine engine, String expr, ASTJexlScript ref)
          Do not let this be generally instantiated with a 'new'.
TemplateEngine(Engine aJexl, boolean noScript, int cacheSize, char immediate, char deferred)
          Creates a new instance of JxltEngine creating a local cache.
 



Copyright © 2001–2017 The Apache Software Foundation. All rights reserved.