Uses of Package
org.apache.jdo.impl.jdoql.tree

Packages that use org.apache.jdo.impl.jdoql.tree
org.apache.jdo.impl.jdoql.tree   
 

Classes in org.apache.jdo.impl.jdoql.tree used by org.apache.jdo.impl.jdoql.tree
BinaryExpr
          This node represents a binary operator.
ConstantExpr
          This node represents a constant expression.
Decl
          This node represents a declaration expression.
Expr
          This node represents a general expression.
IdentifierExpr
          This node represents an identifier expression.
MethodCallExpr
          This node represents a method call expression.
NodeImpl
          This is the base class of all nodes.
OrderingExpr
          This node represents an ordering expression.
ParameterDecl
          This node represents a parameter declaration.
UnaryExpr
          This node represents a unary operator.
VariableDecl
          This node represents a variable declaration.
 



Copyright © 2005 Apache Software Foundation. All Rights Reserved.