@Exported 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, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b87