ExtendedVisitor

the ignoreCursors solution is not particularly principaled. It is an ugly hack that should be moved to the core AST Visitor and thus completely h

Members

Aliases

visit
alias visit = Visitor.visit
Undocumented in source.

Functions

visit
void visit(IfStmtInit value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IfStmtCond value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IfStmtCondVar value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IfStmtThen value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IfStmtElse value)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

ignoreCursors
Set!size_t ignoreCursors;
Undocumented in source.

Meta