logo

class

compiler::Case

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

Case models a single case block of a SwitchStmt

Slots

block

Block block

Source

cases

Expr[] cases

Source

make

new make(Location location)

Source

print

override Void print(AstWriter out)

Pretty print this node and it's descendants.

Source

startOffset

Int startOffset

Source

walk

Void walk(Visitor v, VisitDepth depth)

Source