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