Interface ShiftedReference

All Superinterfaces:
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 Details

    • getShift

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

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