@Beta public interface TryStatementTree extends StatementTree
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
block() |
CatchBlockTree |
catchBlock() |
BlockTree |
finallyBlock() |
SyntaxToken |
finallyKeyword() |
SyntaxToken |
tryKeyword() |
SyntaxToken tryKeyword()
BlockTree block()
@Nullable CatchBlockTree catchBlock()
@Nullable SyntaxToken finallyKeyword()
Copyright © 2011–2016 SonarSource and Eriks Nukis. All rights reserved.