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