|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ASTJexlScript | |
---|---|
org.apache.commons.jexl | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl.parser | Contains the Parser for JEXL script. |
Uses of ASTJexlScript in org.apache.commons.jexl |
---|
Fields in org.apache.commons.jexl declared as ASTJexlScript | |
---|---|
private ASTJexlScript |
ScriptImpl.parsedScript
syntax tree. |
Constructors in org.apache.commons.jexl with parameters of type ASTJexlScript | |
---|---|
ScriptImpl(java.lang.String scriptText,
ASTJexlScript scriptTree)
Create a new Script from the given string and parsed syntax. |
Uses of ASTJexlScript in org.apache.commons.jexl.parser |
---|
Methods in org.apache.commons.jexl.parser with parameters of type ASTJexlScript | |
---|---|
java.lang.Object |
ParserVisitor.visit(ASTJexlScript node,
java.lang.Object data)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |