- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BlockTreegetBlock()Returns the catch block.VariableTreegetParameter()Returns the catch variable. 
 - 
 
- 
- 
Method Detail
- 
getParameter
VariableTree getParameter()
Returns the catch variable. A multi-catch variable will have aUnionTypeTreeas the type of the variable.- Returns:
 - the catch variable
 
 
- 
getBlock
BlockTree getBlock()
Returns the catch block.- Returns:
 - the catch block
 
 
 - 
 
 -