StatementTree, Treepublic interface WhileLoopTree extends StatementTree
while loop statement.
For example:
while ( condition )
statement
| 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