Interface OffsetReference

  • All Superinterfaces:
    java.lang.Comparable<Reference>, Reference

    public interface OffsetReference
    extends Reference
    OffsetReference is a memory reference whoose "to" address is computed from a base address plus an offset.
    • Method Detail

      • getOffset

        long getOffset()
        Returns the offset.
      • getBaseAddress

        Address getBaseAddress()
        Returns the base address.