Package org.eolang

Class AtBound

  • All Implemented Interfaces:
    Attr

    public final class AtBound
    extends Object
    implements Attr
    Bound attribute.
    Since:
    0.1
    • Constructor Detail

      • AtBound

        public AtBound​(Phi phi)
      • AtBound

        public AtBound​(Attr attr)
    • Method Detail

      • copy

        public Attr copy​(Phi self)
        Description copied from interface: Attr
        Make a copy of it.
        Specified by:
        copy in interface Attr
        Parameters:
        self - The object that this attribute will belong to
        Returns:
        A copy
      • get

        public Phi get()
        Description copied from interface: Attr
        Take the object out.
        Specified by:
        get in interface Attr
        Returns:
        The object
      • put

        public void put​(Phi phi)
        Description copied from interface: Attr
        Put a new object in.
        Specified by:
        put in interface Attr
        Parameters:
        phi - The object to put