Interface IMCOldObjectArray


public interface IMCOldObjectArray
Array specific information about a field that refers to an IMCOldObject on the heap. This is used together with IMCOldObjectField that holds information about the array field.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the index of the object in the array.
    Returns the size of the array the old object is in.
  • Method Details

    • getSize

      Long getSize()
      Returns the size of the array the old object is in.
      Returns:
      the size of the array containing the referred object
    • getIndex

      Long getIndex()
      Returns the index of the object in the array.
      Returns:
      the index of the referred object in the array