dmd.statement_rewrite_walker

Provides a visitor for statements that allows rewriting the currently visited node.

Authors

Walter Bright

  • Declaration

    class StatementRewriteWalker: dmd.visitor.SemanticTimePermissiveVisitor;

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