Package openGql.grammar
Class UnsignedBinaryExactNumericType
- java.lang.Object
-
- openGql.grammar.UnsignedBinaryExactNumericType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UnsignedBinaryExactNumericType>
- Direct Known Subclasses:
UnsignedBinaryExactNumericType.UBigInt,UnsignedBinaryExactNumericType.Uint128,UnsignedBinaryExactNumericType.Uint16,UnsignedBinaryExactNumericType.Uint256,UnsignedBinaryExactNumericType.Uint32,UnsignedBinaryExactNumericType.Uint64,UnsignedBinaryExactNumericType.Uint8,UnsignedBinaryExactNumericType.UintWithPrecision,UnsignedBinaryExactNumericType.Unsigned,UnsignedBinaryExactNumericType.USmallInt
public abstract class UnsignedBinaryExactNumericType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<UnsignedBinaryExactNumericType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceUnsignedBinaryExactNumericType.PartialVisitor<R>Partial visitor overUnsignedBinaryExactNumericTypewith a defaultUnsignedBinaryExactNumericType.PartialVisitor.otherwise(openGql.grammar.UnsignedBinaryExactNumericType)branch.static classUnsignedBinaryExactNumericType.UBigIntstatic classUnsignedBinaryExactNumericType.Uint128static classUnsignedBinaryExactNumericType.Uint16static classUnsignedBinaryExactNumericType.Uint256static classUnsignedBinaryExactNumericType.Uint32static classUnsignedBinaryExactNumericType.Uint64static classUnsignedBinaryExactNumericType.Uint8static classUnsignedBinaryExactNumericType.UintWithPrecisionstatic classUnsignedBinaryExactNumericType.Unsignedstatic classUnsignedBinaryExactNumericType.USmallIntstatic interfaceUnsignedBinaryExactNumericType.Visitor<R>Visitor overUnsignedBinaryExactNumericType.
-
Field Summary
Fields Modifier and Type Field Description static NameTYPE_Name of theopenGql.grammar.UnsignedBinaryExactNumericTypetype.static NameU_BIG_INTName of theopenGql.grammar.UnsignedBinaryExactNumericType.uBigIntfield.static NameU_SMALL_INTName of theopenGql.grammar.UnsignedBinaryExactNumericType.uSmallIntfield.static NameUINT_WITH_PRECISIONName of theopenGql.grammar.UnsignedBinaryExactNumericType.uintWithPrecisionfield.static NameUINT128Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint128field.static NameUINT16Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint16field.static NameUINT256Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint256field.static NameUINT32Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint32field.static NameUINT64Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint64field.static NameUINT8Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint8field.static NameUNSIGNEDName of theopenGql.grammar.UnsignedBinaryExactNumericType.unsignedfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(UnsignedBinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.UnsignedBinaryExactNumericTypetype.
-
UINT8
public static final Name UINT8
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint8field.
-
UINT16
public static final Name UINT16
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint16field.
-
UINT32
public static final Name UINT32
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint32field.
-
UINT64
public static final Name UINT64
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint64field.
-
UINT128
public static final Name UINT128
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint128field.
-
UINT256
public static final Name UINT256
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uint256field.
-
U_SMALL_INT
public static final Name U_SMALL_INT
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uSmallIntfield.
-
UINT_WITH_PRECISION
public static final Name UINT_WITH_PRECISION
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uintWithPrecisionfield.
-
U_BIG_INT
public static final Name U_BIG_INT
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.uBigIntfield.
-
UNSIGNED
public static final Name UNSIGNED
Name of theopenGql.grammar.UnsignedBinaryExactNumericType.unsignedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(UnsignedBinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.
-
-