- getBreakBlock
block* getBreakBlock(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
- getContBlock
block* getContBlock(Identifier ident)
Undocumented in source. Be warned that the author may not have intended to support it.
- getDefaultBlock
block* getDefaultBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
- getFinallyBlock
block* getFinallyBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
- getSwitchBlock
block* getSwitchBlock()
Undocumented in source. Be warned that the author may not have intended to support it.
Used to traverse the statement AST to transform it into a flow graph. Keeps track of things like "where does the break go".