Uses of Package
org.apache.cayenne.exp.parser

Packages that use org.apache.cayenne.exp.parser
org.apache.cayenne.exp.parser Contains expression parser and other expression internals. 
 

Classes in org.apache.cayenne.exp.parser used by org.apache.cayenne.exp.parser
AggregateConditionNode
          Superclass of aggregated conditional nodes such as NOT, AND, OR.
ASTList
          A leaf expression representing an immutable collection of values.
ASTPath
          Generic path expression.
ASTScalar
          A scalar value wrapper expression.
ConditionNode
          Superclass of conditional expressions.
ExpressionParserConstants
           
ExpressionParserTokenManager
           
ExpressionParserTreeConstants
           
JavaCharStream
          An implementation of interface CharStream, where the stream is assumed to contain only ASCII characters (with java-like unicode escape processing).
Node
          Provides basic machinery for constructing the parent and child relationships between nodes.
ParseException
          This exception is thrown when parse errors are encountered.
PatternMatchNode
          Superclass of pattern matching nodes.
SimpleNode
          Superclass of AST* expressions that implements Node interface defined by JavaCC framework.
 



Copyright © 2001-2007 Apache Cayenne. All Rights Reserved.