Class EagerMacroFunction

    • Constructor Detail

    • Method Detail

      • reconstructImage

        public String reconstructImage​(String fullName)
        Reconstruct the image of the macro function, @see MacroFunction#reconstructImage() This image, however, may be partially or fully resolved depending on the usage of the arguments, which are filled in as deferred values, and any values on this interpreter's context.
        Returns:
        An image of the macro function that's body is resolved as much as possible. This image allows for the macro function to be recreated during a later rendering pass.