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

      public BigInteger getBegin()
      Description copied from interface: ISegment
      Get the address where the segment starts.
      Specified by:
      getBegin in interface ISegment<BigInteger>
      Returns:
      the address where the segment begins
    • getEnd

      public BigInteger getEnd()
      Description copied from interface: ISegment
      Get the address where the segment ends (exclusive).
      Specified by:
      getEnd in interface ISegment<BigInteger>
      Returns:
      the address where the segment ends