Class SignedExpr

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SignedExpr type.
      • SIGN

        public static final Name SIGN
        Name of the openGql.grammar.SignedExpr.sign field.
      • VALUE_EXPRESSION

        public static final Name VALUE_EXPRESSION
        Name of the openGql.grammar.SignedExpr.valueExpression field.
      • sign

        public final Sign sign
    • 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​(SignedExpr other)
        Specified by:
        compareTo in interface java.lang.Comparable<SignedExpr>