ProgramLocation

Package: ghidra.program.util
Type: class

11.4_PUBLIC

modifiedmethod: restoreState
param 1 renamed: program1 → newProgram
- void restoreState(ghidra.program.model.listing.Program program1, ghidra.framework.options.SaveState obj)
+ void restoreState(ghidra.program.model.listing.Program newProgram, ghidra.framework.options.SaveState obj)

11.0_PUBLIC

addedmethod: clone
java.lang.Object clone() throws CloneNotSupportedException
addedmethod: getTranslatedCopy
static ghidra.program.util.ProgramLocation getTranslatedCopy(ghidra.program.util.ProgramLocation loc, ghidra.program.model.listing.Program program, ghidra.program.model.address.Address translatedAddress)
modifiedtype-implements: ProgramLocation
- java.lang.Comparable
+ java.lang.Cloneable, java.lang.Comparable

9.0.2_PUBLIC

addedfield: addr
ghidra.program.model.address.Address addr
addedmethod: compareAddr
static int compareAddr(ghidra.program.model.address.Address addr1, ghidra.program.model.address.Address addr2)
addedfield: program
ghidra.program.model.listing.Program program
addedfield: refAddr
ghidra.program.model.address.Address refAddr

9.0.1_PUBLIC

introducedInitial version