| Package | Description |
|---|---|
| oracle.javatools.parser.java.v2 |
The parser API.
|
| oracle.javatools.parser.java.v2.model |
The parser model API.
|
| Modifier and Type | Method and Description |
|---|---|
static CallerContext |
CallerContext.createContext(JavaProvider provider,
JavaClass callingClass)
Deprecated.
Not supported
|
static CallerContext |
CallerContext.createContext(SourceElement sourceScope)
In case it isn't clear, the source scope can be any SourceElement
that is attached to a valid SourceFile tree.
|
static CallerContext |
CallerContext.createContext(SourceElement sourceScope,
boolean forgiving)
In case it isn't clear, the source scope can be any SourceElement
that is attached to a valid SourceFile tree.
|
| Modifier and Type | Method and Description |
|---|---|
CallerContext |
SourceElement.createContext(boolean forgiving)
Creates a CallerContext with this SourceElement as
the scope.
|
CallerContext |
SourceElement.getContext()
Gets the compiler context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceElement.setContext(CallerContext context)
Sets the compiler context.
|