Class NumericNonOverflowingMod

    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • typeInference

        public ExternalSet<Type> typeInference​(ExternalSet<Type> left,
                                               ExternalSet<Type> right)
        Description copied from interface: BinaryOperator
        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.
        Specified by:
        typeInference in interface BinaryOperator
        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