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()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1