| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2 |
The parser API.
|
| oracle.javatools.parser.java.v2.util |
Various utilities for use with the parser.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SourceDoStatement |
SourceFactory.createDoStatement(SourceExpression e,
SourceStatement child)
Creates a do-while statement.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceVisitor.whenEnterDoStatement(SourceDoStatement sourceDoStatement) |
void |
SourceVisitor.whenExitDoStatement(SourceDoStatement sourceDoStatement) |