org.netbeans.modules.java.source 0.80.1 17

Uses of Class
org.netbeans.api.java.source.CompilationController

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.80.1 17

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.