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