|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Interpreter | |
|---|---|
| org.apache.commons.jexl3.internal | Provides utilities for introspection services. |
| Uses of Interpreter in org.apache.commons.jexl3.internal |
|---|
| Subclasses of Interpreter in org.apache.commons.jexl3.internal | |
|---|---|
class |
TemplateInterpreter
The type of interpreter to use during evaluation of templates. |
| Fields in org.apache.commons.jexl3.internal declared as Interpreter | |
|---|---|
protected Interpreter |
Script.Callable.interpreter
The actual interpreter. |
protected Interpreter |
Operators.interpreter
The owner. |
| Methods in org.apache.commons.jexl3.internal that return Interpreter | |
|---|---|
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. |
| Constructors in org.apache.commons.jexl3.internal with parameters of type Interpreter | |
|---|---|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||