Class NullPredicateExpression

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.cypher.openCypher.NullPredicateExpression type.
      • VALUE

        public static final Name VALUE
        Name of the hydra.cypher.openCypher.NullPredicateExpression.value field.
      • value

        public final java.lang.Boolean value
    • Constructor Detail

      • NullPredicateExpression

        public NullPredicateExpression​(java.lang.Boolean value)
        Constructs an immutable NullPredicateExpression.
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object