Package ghidra.program.database
Interface IntRangeMap
- All Known Implementing Classes:
IntRangeMapDB
public interface IntRangeMap
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clearAll()
void
clearValue
(Address start, Address end) void
clearValue
(AddressSetView addresses) getAddressSet
(int value) void
moveAddressRange
(Address fromAddr, Address toAddr, long length, TaskMonitor monitor) void
void
setValue
(AddressSetView addresses, int value)
-
Method Details
-
setValue
-
setValue
-
getValue
-
getAddressSet
AddressSet getAddressSet() -
getAddressSet
-
clearValue
-
clearValue
-
clearAll
void clearAll() -
moveAddressRange
void moveAddressRange(Address fromAddr, Address toAddr, long length, TaskMonitor monitor) throws CancelledException - Throws:
CancelledException
-