Package | Description |
---|---|
org.apache.commons.jexl2 |
Provides a framework for evaluating JEXL expressions.
|
org.apache.commons.jexl2.parser |
Contains the Parser for JEXL script.
|
Modifier and Type | Method and Description |
---|---|
boolean |
JexlEngine.Scope.equals(JexlEngine.Scope frame)
Whether this frame is equal to another.
|
protected ASTJexlScript |
JexlEngine.parse(CharSequence expression,
JexlInfo info,
JexlEngine.Scope frame)
Parses an expression.
|
Modifier and Type | Field and Description |
---|---|
protected JexlEngine.Scope |
JexlParser.frame
The map of named registers aka script parameters.
|
Modifier and Type | Method and Description |
---|---|
JexlEngine.Scope |
JexlParser.getFrame()
Gets the frame used by this parser.
|
JexlEngine.Scope |
ASTJexlScript.getScope()
Gets this script scope.
|
Modifier and Type | Method and Description |
---|---|
void |
JexlParser.setFrame(JexlEngine.Scope theFrame)
Sets the frame to use bythis parser.
|
void |
ASTJexlScript.setScope(JexlEngine.Scope theScope)
Sets the parameters and registers
|
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.