class compiler::Case

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

Source

Case models a single case block of a SwitchStmt

block

Block? block

Source

cases

Expr[] cases

Source

make

new make(Loc loc)

Source

print

virtual override Void print(AstWriter out)

Source

startOffset

Int startOffset

Source

walk

Void walk(Visitor v, VisitDepth depth)

Source