|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Scope.Frame | |
---|---|
org.apache.commons.jexl3.internal | Provides utilities for introspection services. |
org.apache.commons.jexl3.parser | Contains the Parser for JEXL script. |
Uses of Scope.Frame in org.apache.commons.jexl3.internal |
---|
Fields in org.apache.commons.jexl3.internal declared as Scope.Frame | |
---|---|
protected Scope.Frame |
Interpreter.frame
Symbol values. |
protected Scope.Frame |
Closure.frame
The frame. |
Methods in org.apache.commons.jexl3.internal that return Scope.Frame | |
---|---|
Scope.Frame |
Scope.Frame.assign(Object... values)
Assign values to this frame. |
protected Scope.Frame |
Script.createFrame(Object[] args)
Creates this script frame for evaluation. |
protected Scope.Frame |
Script.Curried.createFrame(Object[] args)
|
Scope.Frame |
Scope.createFrame(Scope.Frame frame)
Creates a frame by copying values up to the number of parameters. |
Methods in org.apache.commons.jexl3.internal with parameters of type Scope.Frame | |
---|---|
Scope.Frame |
Scope.createFrame(Scope.Frame frame)
Creates a frame by copying values up to the number of parameters. |
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 Scope.Frame | |
---|---|
Interpreter(Engine engine,
JexlContext aContext,
Scope.Frame eFrame)
Creates an interpreter. |
Uses of Scope.Frame in org.apache.commons.jexl3.parser |
---|
Methods in org.apache.commons.jexl3.parser that return Scope.Frame | |
---|---|
Scope.Frame |
ASTJexlScript.createFrame(Object... values)
Creates an array of arguments by copying values up to the number of parameters. |
Scope.Frame |
ASTJexlLambda.createFrame(Scope.Frame frame,
Object... values)
Creates an array of arguments by copying values up to the number of parameters. |
Methods in org.apache.commons.jexl3.parser with parameters of type Scope.Frame | |
---|---|
Scope.Frame |
ASTJexlLambda.createFrame(Scope.Frame frame,
Object... values)
Creates an array of arguments by copying values up to the number of parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |