- visit
void visit(const(ClassDeclaration) decl)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(Constructor) ctor)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(Declaration) d)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(FunctionCallExpression) exp)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(UnaryExpression) exp)
Undocumented in source. Be warned that the author may not have intended to support it.
- visit
void visit(const(FunctionDeclaration) d)
Undocumented in source. Be warned that the author may not have intended to support it.
Checks virtual calls from the constructor to methods defined in the same class.
When not used carefully, virtual calls from constructors can lead to a call in a derived instance that's not yet constructed.