| 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.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 SourceStatementLabel |
SourceFactory.createStatementLabel(java.lang.String name)
Creates a statement label.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FlowAnalysisListener.statementLabel(SourceStatementLabel sym)
Compiler encountered a statement label.
|
| Modifier and Type | Field and Description |
|---|---|
static SourceStatementLabel[] |
SourceStatementLabel.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SourceStatementLabel> |
SourceStatement.getStatementLabels() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceVisitor.whenEnterStatementLabel(SourceStatementLabel sourceStatementLabel) |
void |
SourceVisitor.whenExitStatementLabel(SourceStatementLabel sourceStatementLabel) |