Interface StaticInitializerTree

All Superinterfaces:
BlockTree, StatementTree, Tree
All Known Implementing Classes:
StaticInitializerTreeImpl

@Beta public interface StaticInitializerTree extends BlockTree
Static Initializer. JLS 8.7
   static { BlockTree.body() }
 
Since:
Java 3.4
  • Method Details