public interface WhileLoopTree extends StatementTree
while
loop statement.
For example:
while ( condition ) statement
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-02-27-130607.doko.src