Package openGql.grammar
Class UnsignedBinaryExactNumericType.Uint8
- java.lang.Object
-
- openGql.grammar.UnsignedBinaryExactNumericType
-
- openGql.grammar.UnsignedBinaryExactNumericType.Uint8
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UnsignedBinaryExactNumericType>
- Enclosing class:
- UnsignedBinaryExactNumericType
public static final class UnsignedBinaryExactNumericType.Uint8 extends UnsignedBinaryExactNumericType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.UnsignedBinaryExactNumericType
UnsignedBinaryExactNumericType.PartialVisitor<R>, UnsignedBinaryExactNumericType.UBigInt, UnsignedBinaryExactNumericType.Uint128, UnsignedBinaryExactNumericType.Uint16, UnsignedBinaryExactNumericType.Uint256, UnsignedBinaryExactNumericType.Uint32, UnsignedBinaryExactNumericType.Uint64, UnsignedBinaryExactNumericType.Uint8, UnsignedBinaryExactNumericType.UintWithPrecision, UnsignedBinaryExactNumericType.Unsigned, UnsignedBinaryExactNumericType.USmallInt, UnsignedBinaryExactNumericType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Uint8Typevalue-
Fields inherited from class openGql.grammar.UnsignedBinaryExactNumericType
TYPE_, U_BIG_INT, U_SMALL_INT, UINT_WITH_PRECISION, UINT128, UINT16, UINT256, UINT32, UINT64, UINT8, UNSIGNED
-
-
Constructor Summary
Constructors Constructor Description Uint8(Uint8Type value)Constructs an immutableUnsignedBinaryExactNumericType.Uint8.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(UnsignedBinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(UnsignedBinaryExactNumericType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Uint8Type value
-
-
Constructor Detail
-
Uint8
public Uint8(Uint8Type value)
Constructs an immutableUnsignedBinaryExactNumericType.Uint8.
-
-
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(UnsignedBinaryExactNumericType other)
- Specified by:
compareToin interfacejava.lang.Comparable<UnsignedBinaryExactNumericType>
-
accept
public <R> R accept(UnsignedBinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classUnsignedBinaryExactNumericType
-
-