Interface MethodGraph.Compiler.Default.Merger

    • Method Detail

      • merge

        MethodDescription merge​(MethodDescription left,
                                MethodDescription right)
        Merges two ambiguously resolved methods to yield a single representative.
        Parameters:
        left - The left method description, i.e. the method that was discovered first or was previously merged.
        right - The right method description, i.e. the method that was discovered last.
        Returns:
        A method description compatible to both method's types that is used as a representative.