Interface BlockTree

All Superinterfaces:
StatementTree, Tree
All Known Subinterfaces:
StaticInitializerTree
All Known Implementing Classes:
BlockTreeImpl, StaticInitializerTreeImpl

@Beta public interface BlockTree extends StatementTree
Block.

JLS 8.6. Instance Initializer (Tree.Kind.INITIALIZER):

  { body() }
JLS 14.2 Block (Tree.Kind.BLOCK):
  { body() }

Since:
Java 1.3