sys::Obj compiler::Node compiler::Stmt compiler::SwitchStmt
SwitchStmt models a switch and its case and default block
Case[] cases
Expr condition
Block defaultBlock
virtual Bool isExit()
Bool isTableswitch
new make(Location location)
virtual Void print(AstWriter out)
virtual Void walkChildren(Visitor v, VisitDepth depth)