Interface BinaryOperator

    • Method Detail

      • typeInference

        ExternalSet<Type> typeInference​(ExternalSet<Type> left,
                                        ExternalSet<Type> right)
        Computes the runtime types of this expression (i.e., of the result of this expression) assuming that the arguments of this expression have the given types.
        Parameters:
        left - the set of types of the left-most argument of this expression
        right - the set of types of the right-most argument of this expression
        Returns:
        the runtime types of this expression