| Package | Description |
|---|---|
| org.apache.commons.jexl |
Provides a framework for evaluating JEXL expressions.
|
| org.apache.commons.jexl.parser |
Contains the Parser for JEXL script.
|
| Modifier and Type | Field and Description |
|---|---|
private ASTJexlScript |
ScriptImpl.parsedScript
syntax tree.
|
| Constructor and Description |
|---|
ScriptImpl(java.lang.String scriptText,
ASTJexlScript scriptTree)
Create a new Script from the given string and parsed syntax.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
ParserVisitor.visit(ASTJexlScript node,
java.lang.Object data) |