Uses of Interface
org.apache.jdo.jdoql.tree.CandidateClass

Packages that use CandidateClass
org.apache.jdo.impl.jdoql.tree   
org.apache.jdo.jdoql.tree This package contains the query tree node interfaces, the node visitor interface and the tree walker. 
 

Uses of CandidateClass in org.apache.jdo.impl.jdoql.tree
 

Classes in org.apache.jdo.impl.jdoql.tree that implement CandidateClass
 class CandidateClassImpl
          This node represents the candidate class of a query.
 

Constructors in org.apache.jdo.impl.jdoql.tree with parameters of type CandidateClass
Tree(CandidateClass candidateClass, ParameterDecl parameterDeclarations, VariableDecl variableDeclarations, OrderingExpr orderingExpressions, Expr filter)
          This constructor is called by semantic analysis only.
 

Uses of CandidateClass in org.apache.jdo.jdoql.tree
 

Methods in org.apache.jdo.jdoql.tree with parameters of type CandidateClass
 void NodeVisitor.arrive(CandidateClass node)
          This method is called before walking any children of the argument node.
 void AbstractNodeVisitor.arrive(CandidateClass node)
          This method delegates to arrive casting the argument node to Node.
 java.lang.Object NodeVisitor.leave(CandidateClass node, java.lang.Object[] results)
          This method is called after walking the children of the argument node.
 java.lang.Object AbstractNodeVisitor.leave(CandidateClass node, java.lang.Object[] results)
          This method delegates to leave casting the argument node to Node.
 



Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.