| Package | Description | 
|---|---|
| javax.ide.model.java.source | 
 Various interfaces for use with Tree objects. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract WhileStatementT | 
TreeFactory.createWhileStatement(ExpressionT e,
                    StatementT child)
Creates a while statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TreeVisitor.visitWhileStatement(WhileStatementT tree)
Visits a WhileStatementT. 
 |