sys::Obj compiler::Node compiler::Stmt compiler::TryStmt
TryStmt models a try/catch/finally block
Block block
Catch[] catches
Expr exception
Block finallyBlock
virtual Bool isExit()
new make(Location location)
virtual Void print(AstWriter out)
virtual Void walkChildren(Visitor v, VisitDepth depth)