Used to traverse the statement AST to transform it into a flow graph. Keeps track of things like "where does the break go".
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".