Class BinaryExpression

    • Constructor Detail

      • BinaryExpression

        public BinaryExpression​(ExternalSet<Type> types,
                                SymbolicExpression left,
                                SymbolicExpression right,
                                BinaryOperator operator)
        Builds the binary expression.
        Parameters:
        types - the runtime types of this expression
        left - the left-hand side operand of this expression
        right - the right-hand side operand of this expression
        operator - the operator to apply