Package org.eolang

Class AtVararg

  • All Implemented Interfaces:
    Attr, Term

    public final class AtVararg
    extends Object
    implements Attr
    Vararg attribute.
    Since:
    0.1
    • Constructor Detail

      • AtVararg

        public AtVararg()
        Ctor.
    • Method Detail

      • φTerm

        public String φTerm()
        Description copied from interface: Term
        To φ-calculus term, as text.
        Specified by:
        φTerm in interface Term
        Returns:
        The expression in φ-calculus
      • 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