Package ghidra.program.util
Class FunctionMerge
- java.lang.Object
-
- ghidra.program.util.FunctionMerge
-
public class FunctionMerge extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description FunctionMerge(AddressTranslator originToResultTranslator)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
replaceFunctionsNames(AddressSetView originAddressSet, TaskMonitor monitor)
static void
replaceFunctionsNames(ProgramMerge pgmMerge, AddressSetView addressSet, TaskMonitor monitor)
-
-
-
Constructor Detail
-
FunctionMerge
public FunctionMerge(AddressTranslator originToResultTranslator)
-
-
Method Detail
-
replaceFunctionsNames
public void replaceFunctionsNames(AddressSetView originAddressSet, TaskMonitor monitor) throws CancelledException
- Throws:
CancelledException
-
replaceFunctionsNames
public static void replaceFunctionsNames(ProgramMerge pgmMerge, AddressSetView addressSet, TaskMonitor monitor) throws CancelledException
- Throws:
CancelledException
-
-