| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2 | The parser API. | 
| oracle.javatools.parser.java.v2.model.statement | The parser model API for statements. | 
| oracle.javatools.parser.java.v2.util | Various utilities for use with the parser. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SourceElseClause | SourceFactory. createElseClause(SourceStatement child)Creates an else clause for an if statement. | 
| Modifier and Type | Method and Description | 
|---|---|
| abstract SourceIfStatement | SourceFactory. createIfStatement(SourceExpression e,
                 SourceStatement child,
                 SourceElseClause clause)Creates an if or an if-else statement. | 
| Modifier and Type | Method and Description | 
|---|---|
| SourceElseClause | SourceIfStatement. getElseClause() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SourceVisitor. whenEnterElseStatement(SourceElseClause sourceElseClause) | 
| void | SourceVisitor. whenExitElseStatement(SourceElseClause sourceElseClause) |