logo

class

compiler::ThrowStmt

sys::Obj
  compiler::Node
    compiler::Stmt
      compiler::ThrowStmt

ThrowStmt throws an exception

Slots

exception

Expr exception

isExit

override Bool isExit()

make

new make(Location location)

print

override Void print(AstWriter out)

walkChildren

override Void walkChildren(Visitor v, VisitDepth depth)