public interface BlockTree extends StatementTree
{ } { statements } static { statements }
Modifier and Type | Method and 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-internal+0-2016-02-27-124400.buildd.src