Class BinaryOperator

    • Constructor Detail

      • BinaryOperator

        public BinaryOperator​(ExpressionTreeNode left,
                              ExpressionTreeNode right)
        Creates an operator with the given left and right operands.
        Parameters:
        left - the left operand
        right - the right operand