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 | Field and Description |
---|---|
protected ASTJexlScript |
ExpressionImpl.script
The resulting AST we can interpret.
|
Modifier and Type | Field and Description |
---|---|
protected JexlEngine.SoftCache<String,ASTJexlScript> |
JexlEngine.cache
The expression cache.
|
Modifier and Type | Method and Description |
---|---|
protected ASTJexlScript |
JexlEngine.parse(CharSequence expression,
JexlInfo info)
Deprecated.
Use
JexlEngine.parse(CharSequence, JexlInfo, Scope) instead |
protected ASTJexlScript |
JexlEngine.parse(CharSequence expression,
JexlInfo info,
JexlEngine.Scope frame)
Parses an expression.
|
Modifier and Type | Method and Description |
---|---|
protected Expression |
JexlEngine.createExpression(ASTJexlScript tree,
String text)
An overridable through covariant return Expression creator.
|
protected Script |
JexlEngine.createScript(ASTJexlScript tree,
String text)
An overridable through covariant return Script creator.
|
Object |
Interpreter.visit(ASTJexlScript node,
Object data) |
Constructor and Description |
---|
ExpressionImpl(JexlEngine engine,
String expr,
ASTJexlScript ref)
Do not let this be generally instantiated with a 'new'.
|
Modifier and Type | Method and Description |
---|---|
ASTJexlScript |
Parser.JexlScript()
Statements
|
ASTJexlScript |
Parser.parse(Reader reader,
JexlInfo info) |
Modifier and Type | Method and Description |
---|---|
Object |
ParserVisitor.visit(ASTJexlScript node,
Object data) |
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.