@Beta public interface TryStatementTree extends StatementTree
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
block() |
CatchBlockTree |
catchBlock() |
FinallyBlockTree |
finallyBlock() |
SyntaxToken |
tryKeyword() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken tryKeyword()
BlockTree block()
@Nullable CatchBlockTree catchBlock()
@Nullable FinallyBlockTree finallyBlock()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.