AddressMapDB

Package: ghidra.program.database.map
Type: class

11.0_PUBLIC

addedmethod: setLanguage
void setLanguage(ghidra.program.model.lang.Language newLanguage, ghidra.program.database.ProgramAddressFactory addrFactory, ghidra.program.util.LanguageTranslator translator) throws IOException
removedmethod: setLanguage
void setLanguage(ghidra.program.model.lang.Language newLanguage, ghidra.program.model.address.AddressFactory addrFactory, ghidra.program.util.LanguageTranslator translator) throws IOException

10.2_PUBLIC

removedmethod: getModCount
int getModCount()
removedmethod: hasSameKeyBase
boolean hasSameKeyBase(long addrKey1, long addrKey2)
removedmethod: isKeyRangeMax
boolean isKeyRangeMax(long addrKey)
removedmethod: isKeyRangeMin
boolean isKeyRangeMin(long addrKey)

9.0.1_PUBLIC

introducedInitial version