Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CandidateClassImpl
This node represents the candidate class of a query.
|
Constructor and Description |
---|
Tree(CandidateClass candidateClass,
ParameterDecl parameterDeclarations,
VariableDecl variableDeclarations,
OrderingExpr orderingExpressions,
Expr filter)
This constructor is called by semantic analysis only.
|
Modifier and Type | Method and Description |
---|---|
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.