@Beta public interface CatchBlockTree extends Tree
catch (parameter())block()
| Modifier and Type | Method and Description |
|---|---|
BlockTree |
block() |
SyntaxToken |
catchKeyword() |
SyntaxToken |
closeParenthesisToken() |
SyntaxToken |
openParenthesisToken() |
Tree |
parameter() |
accept, childrenStream, descendants, firstToken, is, isAncestorOf, lastToken, parentSyntaxToken catchKeyword()
SyntaxToken openParenthesisToken()
Tree parameter()
SyntaxToken closeParenthesisToken()
BlockTree block()
Copyright © 2011–2017 SonarSource and Eriks Nukis. All rights reserved.