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(const(IfStmtInit) value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(IfStmtCond) value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(IfStmtCondVar) value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(IfStmtThen) value)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(const(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