public interface TryTree extends StatementTree
try block catches finally finallyBlock
Modifier and Type | Method and Description |
---|---|
BlockTree |
getBlock() |
List<? extends CatchTree> |
getCatches() |
BlockTree |
getFinallyBlock() |
List<? extends Tree> |
getResources() |
Copyright © 2017 earcam. All rights reserved.