Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Class and Description |
---|---|
class |
WorkingCopy
XXX: extends CompilationController now, finish method delegation
|
Modifier and Type | Method and Description |
---|---|
static CompilationController |
CompilationController.get(Parser.Result result)
Returns an instance of the
CompilationController for
given Parser.Result if it is a result
of a java parser. |