Class ExprMacroTable

    • Method Detail

      • get

        @Nullable
        public Expr get​(String functionName,
                        List<Expr> args)
        Returns an expr corresponding to a function call if this table has an entry for functionName. Otherwise, returns null.
        Parameters:
        functionName - function name
        args - function arguments
        Returns:
        expr for this function call, or null