|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SimpleNode | |
---|---|
org.apache.commons.jexl2 | Provides a framework for evaluating JEXL expressions. |
org.apache.commons.jexl2.parser | Contains the Parser for JEXL script. |
Uses of SimpleNode in org.apache.commons.jexl2 |
---|
Methods in org.apache.commons.jexl2 with parameters of type SimpleNode | |
---|---|
java.lang.Object |
Interpreter.visit(SimpleNode node,
java.lang.Object data)
Unused, satisfy ParserVisitor interface. |
Uses of SimpleNode in org.apache.commons.jexl2.parser |
---|
Subclasses of SimpleNode in org.apache.commons.jexl2.parser | |
---|---|
class |
org.apache.commons.jexl2.parser.ASTArrayAccess
|
class |
ASTArrayLiteral
|
class |
ASTFloatLiteral
Deprecated. Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0 |
class |
ASTIdentifier
Identifiers, variables and registers. |
class |
ASTIntegerLiteral
Deprecated. Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0 |
class |
ASTJexlScript
Enhanced script to allow parameters declaration. |
class |
ASTMapLiteral
|
class |
ASTNumberLiteral
|
class |
ASTReferenceExpression
|
class |
ASTStringLiteral
|
class |
ASTVar
Declares a local variable. |
class |
JexlNode
Base class for parser nodes - holds an 'image' of the token for later use. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |