Package org.eolang

Interface Env

  • All Known Implementing Classes:
    Env.Simple

    public interface Env
    Envelope.
    Since:
    0.1
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static class  Env.Simple
      Simple implementation.
    • Method Detail

      • get

        Phi get​(Phi self)
         throws Exception
        Get the phi.
        Parameters:
        self - Self
        Returns:
        The Phi
        Throws:
        Exception - If anything goes wrong