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(org.netbeans.modules.parsing.spi.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 |
---|---|
void |
JavaSource.runUserActionTask(Task<CompilationController> task,
boolean shared)
Runs a task which permits for controlling phases of the parsing process.
|
Future<Void> |
JavaSource.runWhenScanFinished(Task<CompilationController> task,
boolean shared)
Performs the given task when the scan finished.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.