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.
|
Modifier and Type | Method and Description |
---|---|
protected Interpreter |
Engine.createInterpreter(JexlContext context,
Scope.Frame frame)
Creates an interpreter.
|
protected Interpreter |
Script.createInterpreter(JexlContext context,
Scope.Frame frame)
Creates this script interpreter.
|
Constructor and Description |
---|
Closure(Interpreter theCaller,
ASTJexlLambda lambda)
Creates a closure.
|
Operators(Interpreter owner)
Constructor.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.