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