Class IsNotExpr

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<IsNotExpr>

    public class IsNotExpr
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<IsNotExpr>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.IsNotExpr type.
      • VALUE_EXPRESSION

        public static final Name VALUE_EXPRESSION
        Name of the openGql.grammar.IsNotExpr.valueExpression field.
      • NOT

        public static final Name NOT
        Name of the openGql.grammar.IsNotExpr.not field.
      • TRUTH_VALUE

        public static final Name TRUTH_VALUE
        Name of the openGql.grammar.IsNotExpr.truthValue field.
      • not

        public final java.lang.Boolean not
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(IsNotExpr other)
        Specified by:
        compareTo in interface java.lang.Comparable<IsNotExpr>
      • withNot

        public IsNotExpr withNot​(java.lang.Boolean not)
        Returns a copy of this IsNotExpr with not replaced.