Package org.eolang

Interface Attr

    • Method Detail

      • copy

        Attr copy​(Phi self)
        Make a copy of it.
        Parameters:
        self - The object that this attribute will belong to
        Returns:
        A copy
      • get

        Phi get()
        Take the object out.

        If attribute is not set - throws ExUnset.

        Returns:
        The object
      • put

        void put​(Phi phi)
        Put a new object in.
        Parameters:
        phi - The object to put