logo

class

compiler::Case

sys::Obj
  compiler::Node
    compiler::Case

Case models a single case block of a SwitchStmt

Slots

block

Block block

cases

Expr[] cases

make

new make(Location location)

print

override Void print(AstWriter out)

startOffset

Int startOffset

walk

Void walk(Visitor v, VisitDepth depth)