public interface DoWhileLoopTree extends StatementTree
do
statement.
For example:
do statement while ( expression );
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getCondition()
Returns the condition of the loop.
|
StatementTree |
getStatement()
Returns the body of the loop.
|
ExpressionTree getCondition()
StatementTree getStatement()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-06-25-232344.buildd.src