Package org.eolang

Interface Expr

  • All Known Implementing Classes:
    ExprReduce

    public interface Expr
    Lambda expression.
    Since:
    0.1
    • Method Detail

      • get

        Phi get​(Phi rho)
         throws Exception
        Get the object.
        Parameters:
        rho - The \rho of this expression (the parent of it)
        Returns:
        The Phi calculated
        Throws:
        Exception - If anything goes wrong