javax.ide.model.java.source.tree
Interface TryStatementT
- All Superinterfaces: 
- BlockElementT, CompoundStatementT, StatementT, Tree
- public interface TryStatementT 
- extends CompoundStatementT
A try statement. JLS3 14.20.
 
 
 
 
 
| Methods inherited from interface javax.ide.model.java.source.tree.Tree | 
| accept, addSelf, addSelf, addSelfAfter, addSelfBefore, clearProperty, cloneSelf, getChildren, getOwningFile, getParent, getPosition, getProperty, getSiblingAfter, getSiblingBefore, getSiblings, getTreeKind, isSynthetic, removeSelf, replaceSelf, setProperty | 
 
getCatchClauses
java.util.List getCatchClauses()
- 
 
- 
- Returns:
- The array of catch clauses. Returns a collection of
 CatchClauseTs. 
 List of CatchClauseTs.
 
getFinallyClause
FinallyClauseT getFinallyClause()
- 
 
- 
- Returns:
- The finally clause if present.
 
Copyright © 1997, 2013, Oracle. All rights reserved.