Interface AddressChangeSet
- All Superinterfaces:
ChangeSet
- All Known Subinterfaces:
ProgramChangeSet
- All Known Implementing Classes:
DBTraceProgramViewChangeSet
Interface for an Address Change set. Objects that implements this interface track
various change information on a set of addresses where the program has changed.
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(AddressSetView addrSet) Adds the address set to the set addresses where changes occurred.voidAdds the range of addresses to the set addresses where changes occurred.Returns the address set of all addresses where the listing has changed.
-
Method Details
-
getAddressSet
AddressSetView getAddressSet()Returns the address set of all addresses where the listing has changed. -
add
Adds the address set to the set addresses where changes occurred.- Parameters:
addrSet- the set of addresses to add as changes.
-
addRange
-