| Package | Description |
|---|---|
| org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TemplateInterpreter
The type of interpreter to use during evaluation of templates.
|
| Modifier and Type | Field and Description |
|---|---|
protected Interpreter |
Operators.interpreter
The owner.
|
protected Interpreter |
Script.Callable.interpreter
The actual interpreter.
|
| Modifier and Type | Method and Description |
|---|---|
protected Interpreter |
Script.createInterpreter(JexlContext context,
Scope.Frame frame)
Creates this script interpreter.
|
protected Interpreter |
Engine.createInterpreter(JexlContext context,
Scope.Frame frame)
Creates an interpreter.
|
| Constructor and Description |
|---|
Closure(Interpreter theCaller,
ASTJexlLambda lambda)
Creates a closure.
|
Interpreter(Interpreter ii,
JexlArithmetic jexla)
Copy constructor.
|
Operators(Interpreter owner)
Constructor.
|
Script.Callable(Interpreter intrprtr)
The base constructor.
|
Copyright © 2001–2016 The Apache Software Foundation. All rights reserved.