|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTJexlScript | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
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<java.lang.String,ASTJexlScript> |
JexlEngine.cache
The expression cache. |
Methods in org.apache.commons.jexl2 that return ASTJexlScript | |
---|---|
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. |
Methods in org.apache.commons.jexl2 with parameters of type ASTJexlScript | |
---|---|
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)
|
Constructors in org.apache.commons.jexl2 with parameters of type ASTJexlScript | |
---|---|
ExpressionImpl(JexlEngine engine,
java.lang.String expr,
ASTJexlScript ref)
Do not let this be generally instantiated with a 'new'. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |