| 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. 
 | 
| oracle.jdeveloper.java.util | 
 Public utilities for use with the java model, including the parser. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract SourceSwitchStatement | 
SourceFactory.createSwitchStatement(SourceExpression e,
                     SourceBlockStatement child)
Creates a switch statement. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
SourceSwitchStatement | 
SourceSwitchLabel.getOwningSwitch()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SourceVisitor.whenEnterSwitchStatement(SourceSwitchStatement sourceSwitchStatement)  | 
void | 
SourceVisitor.whenExitSwitchStatement(SourceSwitchStatement sourceSwitchStatement)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceSwitchStatement | 
SourceUtils.addSwitchStatement(SourceBlock block,
                  java.lang.String switchText,
                  SourceBlock switchBlock)
Add a switch statement to the block. 
 |