|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModificationResult | |
---|---|
org.netbeans.api.java.source | Permits inspection and modification of the structure of Java sources. |
Uses of ModificationResult in org.netbeans.api.java.source |
---|
Methods in org.netbeans.api.java.source that return ModificationResult | |
---|---|
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. |
|
org.netbeans.modules.java.source 0.80.1 17 | |||||||||
PREV NEXT | FRAMES NO FRAMES |