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 | Method and Description |
---|---|
Scope |
Scope.Frame.getScope()
Gets the scope.
|
Modifier and Type | Method and Description |
---|---|
protected ASTJexlScript |
Engine.parse(JexlInfo info,
String src,
Scope scope,
boolean registers,
boolean expression)
Parses an expression.
|
Constructor and Description |
---|
Scope.Frame(Scope s,
Object[] r,
int c)
Creates a new frame.
|
Scope(Scope scope,
String... parameters)
Creates a new scope with a list of parameters.
|
Modifier and Type | Method and Description |
---|---|
Scope |
JexlParser.getFrame()
Gets the frame used by this parser.
|
Scope |
ASTJexlScript.getScope() |
Modifier and Type | Method and Description |
---|---|
ASTJexlScript |
Parser.JexlExpression(Scope frame) |
ASTJexlScript |
Parser.JexlScript(Scope frame)
Statements
|
ASTJexlScript |
Parser.parse(JexlInfo info,
String jexlSrc,
Scope scope,
boolean registers,
boolean expr) |
void |
JexlParser.setFrame(Scope theFrame)
Sets the frame to use by this parser.
|
void |
ASTJexlScript.setScope(Scope theScope)
Sets this script scope.
|
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.