Uses of Package
org.apache.commons.jexl2.parser

Packages that use org.apache.commons.jexl2.parser
org.apache.commons.jexl2 Provides a framework for evaluating JEXL expressions. 
org.apache.commons.jexl2.parser Contains the Parser for JEXL script. 
 

Classes in org.apache.commons.jexl2.parser used by org.apache.commons.jexl2
ASTArrayLiteral
           
ASTFloatLiteral
          Deprecated. Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
ASTIdentifier
          Identifiers, variables and registers.
ASTIntegerLiteral
          Deprecated. Only for use in maintaining binary compatibility - should not actually be used - will be removed in 3.0
ASTJexlScript
          Enhanced script to allow parameters declaration.
ASTMapLiteral
           
ASTNumberLiteral
           
ASTReferenceExpression
           
ASTStringLiteral
           
ASTVar
          Declares a local variable.
JexlNode
          Base class for parser nodes - holds an 'image' of the token for later use.
ParseException
          This exception is thrown when parse errors are encountered.
SimpleNode
          A class originally generated by JJTree with the following JavaCCOptions: MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= Works around issue https://javacc.dev.java.net/issues/show_bug.cgi?id=227 As soon as this issue if fixed and the maven plugin uses the correct version of Javacc, this class can go away.
TokenMgrError
          Token Manager Error.
 

Classes in org.apache.commons.jexl2.parser used by org.apache.commons.jexl2.parser
ASTIdentifier
          Identifiers, variables and registers.
ASTVar
          Declares a local variable.
JexlNode
          Base class for parser nodes - holds an 'image' of the token for later use.
JexlNode.Literal
          A marker interface for literals.
ParseException
          This exception is thrown when parse errors are encountered.
SimpleNode
          A class originally generated by JJTree with the following JavaCCOptions: MULTI=true,NODE_USES_PARSER=true,VISITOR=true,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= Works around issue https://javacc.dev.java.net/issues/show_bug.cgi?id=227 As soon as this issue if fixed and the maven plugin uses the correct version of Javacc, this class can go away.
StringParser
          Common constant strings utilities.
 



Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.