sys::Obj compiler::Node compiler::Catch
Source
Catch models a single catch clause of a TryStmt
Block? block
Int end
TypeRef? errType
Str? errVariable
Bool isDefiniteAssign(|Expr->Bool| f)
new make(Loc loc)
virtual override Void print(AstWriter out)
Int start