Class ByteSourceRange

    • Field Detail

      • start

        protected final Address start
      • size

        protected final long size
      • sourceId

        protected final long sourceId
      • byteSourceOffset

        protected final long byteSourceOffset
    • Constructor Detail

      • ByteSourceRange

        public ByteSourceRange​(MemoryBlock block,
                               Address start,
                               long size,
                               long sourceId,
                               long offset)
    • Method Detail

      • getStart

        public Address getStart()
      • getSize

        public long getSize()
      • getSourceId

        public long getSourceId()
      • getOffset

        public long getOffset()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object