Fantom

 

class

compiler::Case

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

Case models a single case block of a SwitchStmt

Slots

blockSource

Block? block

casesSource

Expr[] cases

makeSource

new make(Loc loc)

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)