Package org.sonar.plugins.java.api.tree
Interface StaticInitializerTree
- All Superinterfaces:
BlockTree
,StatementTree
,Tree
- All Known Implementing Classes:
StaticInitializerTreeImpl
Static Initializer.
JLS 8.7
static { BlockTree.body()
}
- Since:
- Java 3.4
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.BlockTree
body, closeBraceToken, openBraceToken
-
Method Details
-
staticKeyword
SyntaxToken staticKeyword()
-