Class Rpq.Negated

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<Rpq>
    Enclosing class:
    Rpq

    public static final class Rpq.Negated
    extends Rpq
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • value

        public final java.lang.String value
    • Constructor Detail

      • Negated

        public Negated​(java.lang.String value)
        Constructs an immutable Rpq.Negated.
    • 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​(Rpq other)
        Specified by:
        compareTo in interface java.lang.Comparable<Rpq>
      • accept

        public <R> R accept​(Rpq.Visitor<R> visitor)
        Dispatch to visitor.
        Specified by:
        accept in class Rpq