Package openGql.grammar
Class BinaryExactNumericType.Unsigned
- java.lang.Object
-
- openGql.grammar.BinaryExactNumericType
-
- openGql.grammar.BinaryExactNumericType.Unsigned
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BinaryExactNumericType>
- Enclosing class:
- BinaryExactNumericType
public static final class BinaryExactNumericType.Unsigned extends BinaryExactNumericType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.BinaryExactNumericType
BinaryExactNumericType.PartialVisitor<R>, BinaryExactNumericType.Signed, BinaryExactNumericType.Unsigned, BinaryExactNumericType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description UnsignedBinaryExactNumericTypevalue-
Fields inherited from class openGql.grammar.BinaryExactNumericType
SIGNED, TYPE_, UNSIGNED
-
-
Constructor Summary
Constructors Constructor Description Unsigned(UnsignedBinaryExactNumericType value)Constructs an immutableBinaryExactNumericType.Unsigned.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(BinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(BinaryExactNumericType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final UnsignedBinaryExactNumericType value
-
-
Constructor Detail
-
Unsigned
public Unsigned(UnsignedBinaryExactNumericType value)
Constructs an immutableBinaryExactNumericType.Unsigned.
-
-
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(BinaryExactNumericType other)
- Specified by:
compareToin interfacejava.lang.Comparable<BinaryExactNumericType>
-
accept
public <R> R accept(BinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classBinaryExactNumericType
-
-