@Exported public interface BlockTree extends StatementTree
{ } { statements }
Modifier and Type | Method and Description |
---|---|
List<? extends StatementTree> |
getStatements()
Returns the list of statements in this block.
|
accept, getEndPosition, getKind, getStartPosition
List<? extends StatementTree> getStatements()
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b87