@Beta public interface BlockTree extends StatementTree
JLS 8.6. Instance Initializer (Tree.Kind.INITIALIZER):
{ body() }
JLS 14.2 Block (Tree.Kind.BLOCK):
{ body() }
| Modifier and Type | Method and Description |
|---|---|
List<StatementTree> |
body() |
SyntaxToken |
closeBraceToken() |
SyntaxToken |
openBraceToken() |
SyntaxToken openBraceToken()
List<StatementTree> body()
SyntaxToken closeBraceToken()
Copyright © 2012–2017 SonarSource. All rights reserved.