Class ComparisonExpr

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

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

      • TYPE_

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

        public static final Name VALUE_EXPRESSION
        Name of the openGql.grammar.ComparisonExpr.valueExpression field.
      • COMPARISON

        public static final Name COMPARISON
        Name of the openGql.grammar.ComparisonExpr.comparison field.
    • 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