File
Doc
Category
Size
Date
Package
TryTree.java
API Doc
Java SE 6 API
853
Tue Jun 10 00:23:26 BST 2008
com.sun.source.tree
TryTree
public interface TryTree implements StatementTree
A tree node for a 'try' statement. For example:
try
block
catches
finally
finallyBlock
see
"The Java Language Specification, 3rd ed, section 14.20"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.BlockTree
getBlock
()
public
java.util.List
getCatches
()
public
com.sun.source.tree.BlockTree
getFinallyBlock
()
Java Code Source