StatementTree
, Tree
public interface DoWhileLoopTree extends StatementTree
do
statement.
For example:
do statement while ( expression );
Modifier and Type | Method | Description |
---|---|---|
ExpressionTree |
getCondition() |
Returns the condition of the loop.
|
StatementTree |
getStatement() |
Returns the body of the loop.
|
ExpressionTree getCondition()
StatementTree getStatement()
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2005, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Ubuntu+0-9b161-1