org.netbeans.modules.java.source 0.80.1 17

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

Packages that use WorkingCopy
org.netbeans.api.java.source Permits inspection and modification of the structure of Java sources. 
 

Uses of WorkingCopy in org.netbeans.api.java.source
 

Methods in org.netbeans.api.java.source that return WorkingCopy
static WorkingCopy WorkingCopy.get(org.netbeans.modules.parsing.spi.Parser.Result result)
          Returns an instance of the WorkingCopy for given Parser.Result if it is a result of a java parser.
 

Methods in org.netbeans.api.java.source with parameters of type WorkingCopy
 void CommentCollector.collect(WorkingCopy copy)
           
static GeneratorUtilities GeneratorUtilities.get(WorkingCopy copy)
          Returns the instance of this class
 

Method parameters in org.netbeans.api.java.source with type arguments of type WorkingCopy
 ModificationResult JavaSource.runModificationTask(Task<WorkingCopy> task)
          Runs a task which permits for modifying the sources.
 


org.netbeans.modules.java.source 0.80.1 17

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