File
Doc
Category
Size
Date
Package
BlockTree.java
API Doc
Java SE 6 API
808
Tue Jun 10 00:23:24 BST 2008
com.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.List
getStatements
()
public
boolean
isStatic
()
Java Code Source