dmd.stmtstate
Used to help transform statement AST into flow graph.
License
Source: stmtstate.d
Documentation: https://dlang.org/phobos/dmd_stmtstate.html
-
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