Interface IMCOldObjectField


public interface IMCOldObjectField
A field that refers to an IMCOldObject on the heap.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the field modifier.
    Returns the field name.
  • Method Details

    • getName

      String getName()
      Returns the field name.
      Returns:
      the name of the field containing the object
    • getModifier

      Integer getModifier()
      Returns the field modifier.

      See Modifier for more information about the bit pattern and for methods that can be used to decode it.

      Returns:
      the modifier of the field containing the object