FileDocCategorySizeDatePackage
CatchTree.javaAPI DocJava SE 6 API757Tue Jun 10 00:23:24 BST 2008com.sun.source.tree

CatchTree

public interface CatchTree implements Tree
A tree node for a 'catch' block in a 'try' statement. For example:
catch ( parameter )
block
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.BlockTreegetBlock()

public com.sun.source.tree.VariableTreegetParameter()