Interface ShiftedReference

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

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

      • getShift

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

        long getValue()
        Returns the base value.
        Returns:
        the value