TryStmt
::= Resource:ResourceDeclaration
* Block
CatchClause
* [Finally:Block
];- Type Hierarchy:
java.lang.Object
beaver.Symbol
AST.ASTNode<ASTNode>
AST.Stmt
AST.TryStmt
AST.TryWithResources
- All Implemented Interfaces:
- FinallyHost, VariableScope, java.lang.Cloneable, java.lang.Iterable<ASTNode>