DepthFirstVisitor

Undocumented in source.
@safe
class DepthFirstVisitor : Visitor {}

Members

Functions

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

Inherited Members

From Visitor

visit
void visit(N )
Undocumented in source.

Meta