|
org.netbeans.modules.java.source 0.60.2 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CompilationController | |
|---|---|
| org.netbeans.api.java.source | Permits inspection and modification of the structure of Java sources. |
| Uses of CompilationController in org.netbeans.api.java.source |
|---|
| Subclasses of CompilationController in org.netbeans.api.java.source | |
|---|---|
class |
WorkingCopy
XXX: extends CompilationController now, finish method delegation |
| Methods in org.netbeans.api.java.source that return CompilationController | |
|---|---|
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. |
| Method parameters in org.netbeans.api.java.source with type arguments of type CompilationController | |
|---|---|
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. |
|
org.netbeans.modules.java.source 0.60.2 10 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||