Package | Description |
---|---|
org.apache.commons.jexl2 | |
org.apache.commons.jexl2.parser |
Modifier and Type | Field | Description |
---|---|---|
protected ASTJexlScript |
ExpressionImpl.script |
The resulting AST we can interpret.
|
Modifier and Type | Field | Description |
---|---|---|
protected JexlEngine.SoftCache<java.lang.String,ASTJexlScript> |
JexlEngine.cache |
The expression cache.
|
Modifier and Type | Method | Description |
---|---|---|
protected ASTJexlScript |
JexlEngine.parse(java.lang.CharSequence expression,
JexlInfo info) |
Deprecated.
Use
JexlEngine.parse(CharSequence, JexlInfo, Scope) instead |
protected ASTJexlScript |
JexlEngine.parse(java.lang.CharSequence expression,
JexlInfo info,
JexlEngine.Scope frame) |
Parses an expression.
|
Modifier and Type | Method | Description |
---|---|---|
protected Expression |
JexlEngine.createExpression(ASTJexlScript tree,
java.lang.String text) |
An overridable through covariant return Expression creator.
|
protected Script |
JexlEngine.createScript(ASTJexlScript tree,
java.lang.String text) |
An overridable through covariant return Script creator.
|
java.lang.Object |
Interpreter.visit(ASTJexlScript node,
java.lang.Object data) |
Constructor | Description |
---|---|
ExpressionImpl(JexlEngine engine,
java.lang.String expr,
ASTJexlScript ref) |
Do not let this be generally instantiated with a 'new'.
|
Modifier and Type | Method | Description |
---|---|---|
ASTJexlScript |
Parser.JexlScript() |
Statements
|
ASTJexlScript |
Parser.parse(java.io.Reader reader,
JexlInfo info) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
ParserDefaultVisitor.visit(ASTJexlScript node,
java.lang.Object data) |
|
java.lang.Object |
ParserVisitor.visit(ASTJexlScript node,
java.lang.Object data) |