logo
class

compiler::Catch

sys::Obj
  compiler::Node
    compiler::Catch

Catch models a single catch clause of a TryStmt

Slots

block

Block block

end

Int end

errType

TypeRef errType

errVariable

Str errVariable

make

new make(Location location)

print

virtual Void print(AstWriter out)

start

Int start