logo
class

compiler::BreakStmt

sys::Obj
  compiler::Node
    compiler::Stmt
      compiler::BreakStmt

BreakStmt breaks out of a while/for loop.

Slots

isExit

virtual Bool isExit()

loop

Stmt loop

make

new make(Location location)

print

virtual Void print(AstWriter out)