StatementRewriteWalker

A visitor to walk entire statements and provides ability to replace any sub-statements.

extern (C++)
class StatementRewriteWalker : SemanticTimePermissiveVisitor {
Statement* ps;
}
Suggestion Box / Bug Report