ProgramMerge

Package: ghidra.program.util
Type: class

11.4_PUBLIC

addedmethod: mergeComments
void mergeComments(ghidra.program.model.listing.CommentType commentType, ghidra.program.model.address.Address originAddress)
addedmethod: replaceComment
void replaceComment(ghidra.program.model.listing.CommentType commentType, ghidra.program.model.address.Address originAddress)
removedmethod: mergeComments
void mergeComments(int commentType, ghidra.program.model.address.Address originAddress)
removedmethod: replaceComment
void replaceComment(int commentType, ghidra.program.model.address.Address originAddress)

11.3_PUBLIC

addedmethod: applySourceMapDifferences
void applySourceMapDifferences(ghidra.program.model.address.AddressSet originAddrs, int settings, ghidra.util.task.TaskMonitor monitor) throws LockException

10.2_PUBLIC

modifiedtype-implements: ProgramMerge
- ghidra.util.prop.PropertyVisitor
+ (none)
removedmethod: visit
void visit()
removedmethod: visit
void visit(java.lang.String value)
removedmethod: visit
void visit(java.lang.Object value)
removedmethod: visit
void visit(ghidra.util.Saveable value)
removedmethod: visit
void visit(int value)

9.0.1_PUBLIC

introducedInitial version