| 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.doc |
The parser model API for doc elements.
|
| 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 SourceName |
SourceFactory.createName(java.lang.String name)
Creates a name.
|
| Modifier and Type | Field and Description |
|---|---|
static SourceName[] |
SourceName.EMPTY_ARRAY |
| Modifier and Type | Method and Description |
|---|---|
SourceName |
SourceHasName.getNameElement()
Gets the name symbol.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceHasName.setNameElement(SourceName name)
Unlinks the current name and links the input element.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SourceDocTagName
A
SourceDocTagName represents the name of a doc tag. |
| Modifier and Type | Method and Description |
|---|---|
SourceName |
SourceSimpleStatement.getExpressionName()
Valid for "break" and "continue" statements.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceVisitor.whenEnterName(SourceName sourceName) |
void |
SourceVisitor.whenExitName(SourceName sourceName) |