FileDocCategorySizeDatePackage
BlockTree.javaAPI DocJava SE 6 API808Tue Jun 10 00:23:24 BST 2008com.sun.source.tree

BlockTree

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

{ statements }

static { statements }
see
"The Java Language Specification, 3rd ed, section 14.2"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public java.util.ListgetStatements()

public booleanisStatic()