@Beta public interface TryStatementTree extends StatementTree
tryblock()catches()finallyfinallyBlock()try (resources())block()catches()finallyfinallyBlock()
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
block() |
List<CatchTree> |
catches() |
SyntaxToken |
closeParenToken() |
BlockTree |
finallyBlock() |
SyntaxToken |
finallyKeyword() |
SyntaxToken |
openParenToken() |
List<VariableTree> |
resources() |
SyntaxToken |
tryKeyword() |
SyntaxToken tryKeyword()
@Nullable SyntaxToken openParenToken()
List<VariableTree> resources()
@Nullable SyntaxToken closeParenToken()
BlockTree block()
@Nullable SyntaxToken finallyKeyword()
Copyright © 2012–2015 SonarSource. All rights reserved.