Case models a single case block of a SwitchStmt
Slots
- blockSource
-
Block? block
- casesSource
-
Expr[] cases
- makeSource
-
new make(Location location)
- printSource
-
override Void print(AstWriter out)
Overrides compiler::Node.print
Doc inherited from compiler::Node.print
Pretty print this node and it's descendants.
- startOffsetSource
-
Int startOffset
- walkSource
-
Void walk(Visitor v, VisitDepth depth)