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