| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2.model |
The parser model API.
|
| oracle.jdeveloper.engine | |
| oracle.jdeveloper.java.util |
Public utilities for use with the java model, including the parser.
|
| Modifier and Type | Method and Description |
|---|---|
SourceFactory |
SourceFile.getFactory()
Gets the SourceFactory tied to this SourceFile.
|
| Modifier and Type | Method and Description |
|---|---|
SourceFactory |
ClassEngine.getFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SourceBlock |
EngineUtils.createTryCatchClause(SourceFile srcFile, SourceFactory factory, SourceBlock codeBlock, java.lang.String[] exceptions) |
static SourceTypeReference |
EngineUtils.createType(SourceFactory factory, java.lang.String type) |
| Modifier and Type | Method and Description |
|---|---|
static SourceFactory |
SourceUtils.getFactory(SourceElement element)
Fetch a factory from the element.
|