Package | Description |
---|---|
org.apache.commons.jexl3.internal |
Provides utilities for introspection services.
|
org.apache.commons.jexl3.parser |
Contains the Parser for JEXL script.
|
Modifier and Type | Field and Description |
---|---|
protected Scope.Frame |
Closure.frame
The frame.
|
protected Scope.Frame |
Interpreter.frame
symbol values.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Scope.Frame |
Scope.createFrame(Scope.Frame frame)
Creates a frame by copying values up to the number of parameters.
|
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 |
---|
Interpreter(Engine engine,
JexlContext aContext,
Scope.Frame eFrame)
Creates an interpreter.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
Scope.Frame |
ASTJexlLambda.createFrame(Scope.Frame frame,
Object... values)
Creates an array of arguments by copying values up to the number of parameters.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.