| Package | Description | 
|---|---|
| oracle.javatools.parser.java.v2 | 
 The parser API. 
 | 
| oracle.javatools.parser.java.v2.model | 
 The parser model 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 SourceSwitchLabel | 
SourceFactory.createSwitchCaseLabel(SourceExpression e)  | 
abstract SourceSwitchLabel | 
SourceFactory.createSwitchDefaultLabel()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
FlowAnalysisListener.switchLabel(SourceSwitchLabel sym)
Compiler encountered a case label in a switch. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SourceVisitor.whenEnterSwitchLabel(SourceSwitchLabel sourceSwitchLabel)  | 
void | 
SourceVisitor.whenExitSwitchLabel(SourceSwitchLabel sourceSwitchLabel)  | 
| Modifier and Type | Method and Description | 
|---|---|
static SourceSwitchLabel | 
SourceUtils.addSwitchCaseLabel(SourceBlock switchBlock,
                  java.lang.String caseText)
Add a case label to a switch block. 
 |