Package openGql.grammar
Class Uint8Type
- java.lang.Object
-
- openGql.grammar.Uint8Type
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<Uint8Type>
public class Uint8Type extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<Uint8Type>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intcompareTo(Uint8Type other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Constructor Detail
-
Uint8Type
public Uint8Type(java.lang.Boolean notNull)
Constructs an immutableUint8Type.
-
-