Interface RegionMapProposal.RegionMapEntry
- All Superinterfaces:
MapEntry<TraceMemoryRegion, MemoryBlock>
- Enclosing interface:
RegionMapProposal
public static interface RegionMapProposal.RegionMapEntry
extends MapEntry<TraceMemoryRegion, MemoryBlock>
-
Method Summary
Modifier and TypeMethodDescriptiongetBlock()Get the matched memory blockGet the regionGet the region's minimum address (may depend on snap)Get the region's name (may depend on snap)voidsetBlock(Program program, MemoryBlock block) Set the matched memory blockMethods inherited from interface MapEntry
getFromLifespan, getFromObject, getFromRange, getFromTrace, getFromTraceLocation, getMappingLength, getToObject, getToProgram, getToProgramLocation, getToRange
-
Method Details
-
getRegion
-
getRegionName
-
getRegionMinAddress
Address getRegionMinAddress()Get the region's minimum address (may depend on snap)- Returns:
- the address
-
getBlock
-
setBlock
Set the matched memory block- Parameters:
program- the program containing the blockblock- the block
-