@Exported public interface TryTree extends StatementTree
try
block
catches
finally
finallyBlock
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
getBlock() |
java.util.List<? extends CatchTree> |
getCatches() |
BlockTree |
getFinallyBlock() |
java.util.List<? extends Tree> |
getResources() |