|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTJexlScript | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl2.parser | Contains the Parser for JEXL script. |
Uses of ASTJexlScript in org.apache.commons.jexl2 |
---|
Fields in org.apache.commons.jexl2 declared as ASTJexlScript | |
---|---|
protected ASTJexlScript |
ExpressionImpl.script
The resulting AST we can interpret. |
Fields in org.apache.commons.jexl2 with type parameters of type ASTJexlScript | |
---|---|
protected JexlEngine.SoftCache<String,ASTJexlScript> |
JexlEngine.cache
The expression cache. |
Methods in org.apache.commons.jexl2 that return ASTJexlScript | |
---|---|
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. |
Methods in org.apache.commons.jexl2 with parameters of type ASTJexlScript | |
---|---|
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)
|
Constructors in org.apache.commons.jexl2 with parameters of type ASTJexlScript | |
---|---|
ExpressionImpl(JexlEngine engine,
String expr,
ASTJexlScript ref)
Do not let this be generally instantiated with a 'new'. |
Uses of ASTJexlScript in org.apache.commons.jexl2.parser |
---|
Methods in org.apache.commons.jexl2.parser that return ASTJexlScript | |
---|---|
ASTJexlScript |
Parser.JexlScript()
Statements |
ASTJexlScript |
Parser.parse(Reader reader,
JexlInfo info)
|
Methods in org.apache.commons.jexl2.parser with parameters of type ASTJexlScript | |
---|---|
Object |
ParserVisitor.visit(ASTJexlScript node,
Object data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |