Package org.sonar.plugins.java.api.tree
Interface StaticInitializerTree
-
- All Superinterfaces:
BlockTree
,StatementTree
,Tree
- All Known Implementing Classes:
StaticInitializerTreeImpl
@Beta public interface StaticInitializerTree extends BlockTree
Static Initializer. JLS 8.7static {
BlockTree.body()
}- Since:
- Java 3.4
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxToken
staticKeyword()
-
Methods inherited from interface org.sonar.plugins.java.api.tree.BlockTree
body, closeBraceToken, openBraceToken
-
-
-
-
Method Detail
-
staticKeyword
SyntaxToken staticKeyword()
-
-