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