Class BinaryOperatorExpression.TypePair

  • Enclosing class:
    BinaryOperatorExpression

    protected static class BinaryOperatorExpression.TypePair
    extends Object
    This is the class for making pair of valid types for a binary operator.
    • Constructor Detail

      • TypePair

        public TypePair​(Type leftType,
                        Type rightType)
        Constructs the TypePair
        Parameters:
        leftType - type of left operand
        rightType - type of right operand