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. |
Modifier and Type | Method and Description |
---|---|
static void |
SourceUtils.forceSource(CompilationController cc,
FileObject file)
Ensure that the given file is parsed from source, in the context of the
provided parser instance.
|