DepthFirstVisitor

Undocumented in source.

Members

Functions

visit
void visit(N n)
Undocumented in source. Be warned that the author may not have intended to support it.
visitPop
void visitPop(Node n)
Undocumented in source. Be warned that the author may not have intended to support it.
visitPush
void visitPush(Node n)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

visitDepth
int visitDepth;
Undocumented in source.

Inherited Members

From Visitor

visit
void visit(N )
Undocumented in source.

Meta