AstPrintVisitor

Undocumented in source.

Constructors

this
this(Ast* ast)
Undocumented in source.

Members

Functions

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

Variables

ast
Ast* ast;
Undocumented in source.
buf
Appender!string buf;
Undocumented in source.
depth
int depth;
Undocumented in source.
indent
char[] indent;
Undocumented in source.
prevDepth
int prevDepth;
Undocumented in source.

Inherited Members

From DepthFirstVisitor

visitDepth
int visitDepth;
Undocumented in source.
visitPush
void visitPush(Node 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.
visit
void visit(N n)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta