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<Source> sources,
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 August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.