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