Class BinaryValueOperator

    • Field Detail

      • leftArg

        protected ValueExpr leftArg
        The operator's left argument.
      • rightArg

        protected ValueExpr rightArg
        The operator's right argument.
    • Constructor Detail

      • BinaryValueOperator

        protected BinaryValueOperator()
      • BinaryValueOperator

        protected BinaryValueOperator​(ValueExpr leftArg,
                                      ValueExpr rightArg)
        Creates a new binary value operator.
        Parameters:
        leftArg - The operator's left argument, must not be null.
        rightArg - The operator's right argument, must not be null.