Package ghidra.program.database
Interface IntRangeMap
- All Known Implementing Classes:
IntRangeMapDB
public interface IntRangeMap
-
Method Summary
Modifier and TypeMethodDescriptionvoidclearAll()voidclearValue(Address start, Address end) voidclearValue(AddressSetView addresses) getAddressSet(int value) voidmoveAddressRange(Address fromAddr, Address toAddr, long length, TaskMonitor monitor) voidvoidsetValue(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
-