Package | Description |
---|---|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
Modifier and Type | Field and Description |
---|---|
protected Engine |
Script.jexl
The engine for this expression.
|
protected Engine |
Interpreter.jexl
The JEXL engine.
|
Modifier and Type | Method and Description |
---|---|
Engine |
TemplateEngine.getEngine()
Gets the JexlEngine underlying this JxltEngine.
|
Constructor and Description |
---|
Interpreter(Engine engine,
JexlContext aContext,
Scope.Frame eFrame)
Creates an interpreter.
|
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–2015 The Apache Software Foundation. All rights reserved.