DFixVisitor

Scans a module's parsed AST and looks for C-style array variables and parameters, storing the locations in the markers array.

Members

Aliases

visit
alias visit = ASTVisitor.visit
Undocumented in source.

Functions

visit
void visit(VariableDeclaration varDec)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Parameter param)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(StructBody structBody)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(EnumBody enumBody)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Declaration dec)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

markers
SpecialMarker[] markers;

Parts of the source file identified as needing a rewrite

Meta