@Exported public interface DoWhileLoopTree extends StatementTree
do statement while ( expression );
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getCondition() |
StatementTree |
getStatement() |
ExpressionTree getCondition()
StatementTree getStatement()
Copyright © 2005, 2019, Oracle and/or its affiliates. All rights reserved.