Uses of Class
org.apache.commons.jexl2.parser.SimpleNode
-
Packages that use SimpleNode Package Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description class
ASTAdditiveNode
class
ASTAdditiveOperator
class
ASTAmbiguous
class
ASTAndNode
class
ASTArrayAccess
class
ASTArrayLiteral
class
ASTAssignment
class
ASTBitwiseAndNode
class
ASTBitwiseComplNode
class
ASTBitwiseOrNode
class
ASTBitwiseXorNode
class
ASTBlock
class
ASTConstructorNode
class
ASTDivNode
class
ASTEmptyFunction
class
ASTEQNode
class
ASTERNode
class
ASTFalseNode
class
ASTFloatLiteral
Deprecated.Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0class
ASTForeachStatement
class
ASTFunctionNode
class
ASTGENode
class
ASTGTNode
class
ASTIdentifier
Identifiers, variables and registers.class
ASTIfStatement
class
ASTIntegerLiteral
Deprecated.Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0class
ASTJexlScript
Enhanced script to allow parameters declaration.class
ASTLENode
class
ASTLTNode
class
ASTMapEntry
class
ASTMapLiteral
class
ASTMethodNode
class
ASTModNode
class
ASTMulNode
class
ASTNENode
class
ASTNotNode
class
ASTNRNode
class
ASTNullLiteral
class
ASTNumberLiteral
class
ASTOrNode
class
ASTReference
class
ASTReferenceExpression
class
ASTReturnStatement
class
ASTSizeFunction
class
ASTSizeMethod
class
ASTStringLiteral
class
ASTTernaryNode
class
ASTTrueNode
class
ASTUnaryMinusNode
class
ASTVar
Declares a local variable.class
ASTWhileStatement
class
JexlNode
Base class for parser nodes - holds an 'image' of the token for later use.Methods in org.apache.commons.jexl2.parser with parameters of type SimpleNode Modifier and Type Method Description java.lang.Object
ParserVisitor. visit(SimpleNode node, java.lang.Object data)
-