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