Interface FieldAccess.Defined

    • Method Detail

      • read

        StackManipulation read()
        Creates a getter representation for a given field.
        Returns:
        A stack manipulation representing the retrieval of a field value.
      • write

        StackManipulation write()
        Creates a setter representation for a given field.
        Returns:
        A stack manipulation representing the setting of a field value.