dmd.stmtstate

Used to help transform statement AST into flow graph.

Authors

Walter Bright

Source: stmtstate.d

  • Declaration

    struct StmtState(block);

    Used to traverse the statement AST to transform it into a flow graph. Keeps track of things like "where does the break go".

    Parameters

    block

    type of the flow graph node