Package | Description |
---|---|
org.netbeans.api.java.source |
Permits inspection and modification of the structure of Java sources.
|
Modifier and Type | Method and Description |
---|---|
static ModificationResult |
ModificationResult.runModificationTask(Collection<org.netbeans.modules.parsing.api.Source> sources,
org.netbeans.modules.parsing.api.UserTask task)
Runs a task over given sources, the task has an access to the
WorkingCopy
using the WorkingCopy.get(org.netbeans.modules.parsing.spi.Parser.Result) method. |
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.