Class MemoryRanges.Range
java.lang.Object
com.pnfsoftware.jeb.core.units.code.asm.analyzer.MemoryRanges.Range
- All Implemented Interfaces:
ISegment<BigInteger>
- Enclosing class:
- MemoryRanges
@Immutable
@Ser
public static class MemoryRanges.Range
extends Object
implements ISegment<BigInteger>
A continuous memory range.
-
Method Details
-
getBegin
Description copied from interface:ISegment
Get the address where the segment starts.- Specified by:
getBegin
in interfaceISegment<BigInteger>
- Returns:
- the address where the segment begins
-
getEnd
Description copied from interface:ISegment
Get the address where the segment ends (exclusive).- Specified by:
getEnd
in interfaceISegment<BigInteger>
- Returns:
- the address where the segment ends
-