StatementTree, Treepublic interface BlockTree extends StatementTree
{ }
{ statements }
static { statements }
| Modifier and Type | Method | Description |
|---|---|---|
List<? extends StatementTree> |
getStatements() |
Returns the statements comprising this block.
|
boolean |
isStatic() |
Returns true if and only if this is a static initializer block.
|
boolean isStatic()
List<? extends StatementTree> getStatements()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1