logo

class

compiler::Catch

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

Catch models a single catch clause of a TryStmt

Slots

block

Block block

Source

end

Int end

Source

errType

TypeRef errType

Source

errVariable

Str errVariable

Source

make

new make(Location location)

Source

print

override Void print(AstWriter out)

Pretty print this node and it's descendants.

Source

start

Int start

Source