Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
void |
CommentCollector.collect(WorkingCopy copy) |
static GeneratorUtilities |
GeneratorUtilities.get(WorkingCopy copy)
Returns the instance of this class
|
Modifier and Type | Method and Description |
---|---|
ModificationResult |
JavaSource.runModificationTask(Task<WorkingCopy> task)
Runs a task which permits for modifying the sources.
|
Built on March 18 2014. | Portions Copyright 1997-2014 Sun Microsystems, Inc. All rights reserved.