| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2 | 
 The parser API. 
 | 
| oracle.javatools.parser.java.v2.util | 
 Various utilities for use with the parser. 
 | 
| oracle.jdeveloper.java.util | 
 Public utilities for use with the java model, including the parser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract SourceWhileStatement | 
SourceFactory.createWhileStatement(SourceExpression e,
                    SourceStatement child)
Creates a while statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SourceVisitor.whenEnterWhileStatement(SourceWhileStatement sourceWhileStatement)  | 
void | 
SourceVisitor.whenExitWhileStatement(SourceWhileStatement sourceWhileStatement)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceWhileStatement | 
SourceUtils.addWhileStatement(SourceBlock block,
                 java.lang.String condition,
                 SourceBlock whileBlock)
Adds a while statement to the block, using the given condition
 and while block. 
 |