Package openGql.grammar
Class Uint32Type
- java.lang.Object
-
- openGql.grammar.Uint32Type
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Uint32Type>
public class Uint32Type extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Uint32Type>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Uint32Type(java.lang.Boolean notNull)Constructs an immutableUint32Type.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Uint32Type other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Uint32Type
public Uint32Type(java.lang.Boolean notNull)
Constructs an immutableUint32Type.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(Uint32Type other)
- Specified by:
compareToin interfacejava.lang.Comparable<Uint32Type>
-
-