Interface BlockTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
BlockTreeImpl

public interface BlockTree extends StatementTree
A BlockTree is a list of zero or more statements() between braces which can be used anywhere a single statement is allowed.
 { statements() }