Class UnaryValueOperator

    • Field Detail

      • arg

        protected ValueExpr arg
        The operator's argument.
    • Constructor Detail

      • UnaryValueOperator

        protected UnaryValueOperator()
      • UnaryValueOperator

        protected UnaryValueOperator​(ValueExpr arg)
        Creates a new unary value operator.
        Parameters:
        arg - The operator's argument, must not be null.