Interface ShiftedReference

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

    public interface ShiftedReference
    extends Reference
    ShiftedReference is a memory reference whoose "to" address is computed from a base value left shifted by a shift amount.
    • Method Detail

      • getShift

        int getShift()
        Returns the left shift amount.
      • getValue

        long getValue()
        Returns the base value.