Class NameAndNamespaceBSimApplyTask
java.lang.Object
ghidra.util.task.Task
ghidra.program.util.ProgramTask
ghidra.features.bsim.gui.search.results.apply.AbstractBSimApplyTask
ghidra.features.bsim.gui.search.results.apply.NameAndNamespaceBSimApplyTask
- All Implemented Interfaces:
MonitoredRunnable
Task for applying names and namespaces from a match function to the queried function
-
Field Summary
Fields inherited from class ghidra.program.util.ProgramTask
program
Fields inherited from class ghidra.util.task.Task
taskMonitor, waitForTaskCompleted
-
Constructor Summary
ConstructorsConstructorDescriptionNameAndNamespaceBSimApplyTask
(Program program, List<BSimMatchResult> results, ServiceProvider serviceProvider) -
Method Summary
Modifier and TypeMethodDescriptionprotected BSimApplyResult
protected boolean
hasSameApplyData
(List<Function> functions) Methods inherited from class ghidra.features.bsim.gui.search.results.apply.AbstractBSimApplyTask
doRun, releaseOpenedPrograms
Methods inherited from class ghidra.program.util.ProgramTask
run
Methods inherited from class ghidra.util.task.Task
addTaskListener, canCancel, cancel, getStatusTextAlignment, getTaskTitle, getWaitForTaskCompleted, hasProgress, isCancelled, isModal, monitoredRun, notifyTaskListeners, setHasProgress
-
Constructor Details
-
NameAndNamespaceBSimApplyTask
public NameAndNamespaceBSimApplyTask(Program program, List<BSimMatchResult> results, ServiceProvider serviceProvider)
-
-
Method Details
-
hasSameApplyData
- Specified by:
hasSameApplyData
in classAbstractBSimApplyTask
-
apply
- Specified by:
apply
in classAbstractBSimApplyTask
-