Package org.eolang

Class PhEta

  • All Implemented Interfaces:
    Phi

    public final class PhEta
    extends Object
    implements Phi
    ETA.
    Since:
    0.1
    • Constructor Detail

      • PhEta

        public PhEta()
    • Method Detail

      • copy

        public PhEta copy()
        Description copied from interface: Phi
        Make a copy.
        Specified by:
        copy in interface Phi
        Returns:
        A copy
      • attr

        public Attr attr​(int pos)
        Description copied from interface: Phi
        Get attribute by position.
        Specified by:
        attr in interface Phi
        Parameters:
        pos - The position of the attribute
        Returns:
        The attr
      • attr

        public Attr attr​(String name)
        Description copied from interface: Phi
        Get attribute.
        Specified by:
        attr in interface Phi
        Parameters:
        name - The name of the attribute
        Returns:
        The attr