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.ObjectInterpreter. 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 classASTAdditiveNodeclassASTAdditiveOperatorclassASTAmbiguousclassASTAndNodeclassASTArrayAccessclassASTArrayLiteralclassASTAssignmentclassASTBitwiseAndNodeclassASTBitwiseComplNodeclassASTBitwiseOrNodeclassASTBitwiseXorNodeclassASTBlockclassASTConstructorNodeclassASTDivNodeclassASTEmptyFunctionclassASTEQNodeclassASTERNodeclassASTFalseNodeclassASTFloatLiteralDeprecated.Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0classASTForeachStatementclassASTFunctionNodeclassASTGENodeclassASTGTNodeclassASTIdentifierIdentifiers, variables and registers.classASTIfStatementclassASTIntegerLiteralDeprecated.Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0classASTJexlScriptEnhanced script to allow parameters declaration.classASTLENodeclassASTLTNodeclassASTMapEntryclassASTMapLiteralclassASTMethodNodeclassASTModNodeclassASTMulNodeclassASTNENodeclassASTNotNodeclassASTNRNodeclassASTNullLiteralclassASTNumberLiteralclassASTOrNodeclassASTReferenceclassASTReferenceExpressionclassASTReturnStatementclassASTSizeFunctionclassASTSizeMethodclassASTStringLiteralclassASTTernaryNodeclassASTTrueNodeclassASTUnaryMinusNodeclassASTVarDeclares a local variable.classASTWhileStatementclassJexlNodeBase 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.ObjectParserVisitor. visit(SimpleNode node, java.lang.Object data)
-