Package openGql.grammar
Class SignedBinaryExactNumericType.Int8
- java.lang.Object
-
- openGql.grammar.SignedBinaryExactNumericType
-
- openGql.grammar.SignedBinaryExactNumericType.Int8
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SignedBinaryExactNumericType>
- Enclosing class:
- SignedBinaryExactNumericType
public static final class SignedBinaryExactNumericType.Int8 extends SignedBinaryExactNumericType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.SignedBinaryExactNumericType
SignedBinaryExactNumericType.BigInt, SignedBinaryExactNumericType.Int128, SignedBinaryExactNumericType.Int16, SignedBinaryExactNumericType.Int256, SignedBinaryExactNumericType.Int32, SignedBinaryExactNumericType.Int64, SignedBinaryExactNumericType.Int8, SignedBinaryExactNumericType.IntWithPrecision, SignedBinaryExactNumericType.PartialVisitor<R>, SignedBinaryExactNumericType.SignedVerboseType, SignedBinaryExactNumericType.SmallInt, SignedBinaryExactNumericType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description Int8Typevalue-
Fields inherited from class openGql.grammar.SignedBinaryExactNumericType
BIG_INT, INT_WITH_PRECISION, INT128, INT16, INT256, INT32, INT64, INT8, SIGNED_VERBOSE_TYPE, SMALL_INT, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Int8(Int8Type value)Constructs an immutableSignedBinaryExactNumericType.Int8.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(SignedBinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(SignedBinaryExactNumericType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final Int8Type value
-
-
Constructor Detail
-
Int8
public Int8(Int8Type value)
Constructs an immutableSignedBinaryExactNumericType.Int8.
-
-
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(SignedBinaryExactNumericType other)
- Specified by:
compareToin interfacejava.lang.Comparable<SignedBinaryExactNumericType>
-
accept
public <R> R accept(SignedBinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classSignedBinaryExactNumericType
-
-