Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.hibernate.hql.ast.util.NodeTraverser
public class NodeTraverser
extends java.lang.Object
Nested Class Summary | |
static interface |
Constructor Summary | |
Method Summary | |
void |
|
public void traverseDepthFirst(AST ast)
Traverse the AST tree depth first. Note that the AST passed in is not visited itself. Visitation starts with its children.
- Parameters:
ast
-