Class Not

    • Constructor Detail

      • Not

        public Not​(boolean value)
        Create a new instance of a unary Not from a boolean literal
        Parameters:
        value - boolean literal to be negated
      • Not

        public Not​(String value)
        Create a new instance of a unary Not from a string literal
        Parameters:
        value - string literal to be negated
      • Not

        public Not​(BooleanExpression operand)
        Create a new instance of a unary Not from a boolean expression
        Parameters:
        operand - boolean expression literal to be negated
    • Method Detail

      • getOperand

        public BooleanExpression getOperand()
        Get the boolean expression literal to be negated.
        Returns:
        boolean expression literal to be negated