Package org.eolang

Interface Phi

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static Phi Φ
      The global scope object, which owns all other objects.
    • Field Detail

      • Φ

        static final Phi Φ
        The global scope object, which owns all other objects.
    • Method Detail

      • copy

        Phi copy()
        Make a copy, leaving it at the same parent.
        Returns:
        A copy
      • attr

        Attr attr​(int pos)
        Get attribute by position.
        Parameters:
        pos - The position of the attribute
        Returns:
        The attr
      • attr

        Attr attr​(String name)
        Get attribute.
        Parameters:
        name - The name of the attribute
        Returns:
        The attr
      • locator

        String locator()
        Get code locator of the phi.
        Returns:
        String containing code locator