NOGCVisitor

Look for GC-allocations

Constructors

this
this(FuncDeclaration f)
Undocumented in source.

Members

Functions

doCond
void doCond(Expression exp)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(DeclarationExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(CallExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(ArrayLiteralExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AssocArrayLiteralExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(NewExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(DeleteExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(IndexExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(AssignExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(CatAssignExp e)
Undocumented in source. Be warned that the author may not have intended to support it.
visit
void visit(CatExp e)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

err
bool err;
Undocumented in source.
f
FuncDeclaration f;
Undocumented in source.

Inherited Members

From StoppableVisitor

stop
bool stop;
Undocumented in source.

Meta