Module jdk.compiler

Interface BlockTree

All Superinterfaces:
StatementTree, Tree

public interface BlockTree extends StatementTree
A tree node for a statement block. For example:
   { }

   { statements }

   static { statements }
 
See Java Language Specification:
14.2 Blocks
Since:
1.6