@Exported public interface BlockTree extends StatementTree
{ }
{ statements }
static { statements }
| Modifier and Type | Method and Description |
|---|---|
java.util.List<? extends StatementTree> |
getStatements() |
boolean |
isStatic() |
boolean isStatic()
java.util.List<? extends StatementTree> getStatements()