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