DFixVisitor

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

class DFixVisitor : ASTVisitor {}

Members

Variables

markers
SpecialMarker[] markers;

Parts of the source file identified as needing a rewrite

Meta