Package openGql.grammar
Class SignedBinaryExactNumericType
- java.lang.Object
-
- openGql.grammar.SignedBinaryExactNumericType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SignedBinaryExactNumericType>
- Direct Known Subclasses:
SignedBinaryExactNumericType.BigInt,SignedBinaryExactNumericType.Int128,SignedBinaryExactNumericType.Int16,SignedBinaryExactNumericType.Int256,SignedBinaryExactNumericType.Int32,SignedBinaryExactNumericType.Int64,SignedBinaryExactNumericType.Int8,SignedBinaryExactNumericType.IntWithPrecision,SignedBinaryExactNumericType.SignedVerboseType,SignedBinaryExactNumericType.SmallInt
public abstract class SignedBinaryExactNumericType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SignedBinaryExactNumericType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSignedBinaryExactNumericType.BigIntstatic classSignedBinaryExactNumericType.Int128static classSignedBinaryExactNumericType.Int16static classSignedBinaryExactNumericType.Int256static classSignedBinaryExactNumericType.Int32static classSignedBinaryExactNumericType.Int64static classSignedBinaryExactNumericType.Int8static classSignedBinaryExactNumericType.IntWithPrecisionstatic interfaceSignedBinaryExactNumericType.PartialVisitor<R>Partial visitor overSignedBinaryExactNumericTypewith a defaultSignedBinaryExactNumericType.PartialVisitor.otherwise(openGql.grammar.SignedBinaryExactNumericType)branch.static classSignedBinaryExactNumericType.SignedVerboseTypestatic classSignedBinaryExactNumericType.SmallIntstatic interfaceSignedBinaryExactNumericType.Visitor<R>Visitor overSignedBinaryExactNumericType.
-
Field Summary
Fields Modifier and Type Field Description static NameBIG_INTName of theopenGql.grammar.SignedBinaryExactNumericType.bigIntfield.static NameINT_WITH_PRECISIONName of theopenGql.grammar.SignedBinaryExactNumericType.intWithPrecisionfield.static NameINT128Name of theopenGql.grammar.SignedBinaryExactNumericType.int128field.static NameINT16Name of theopenGql.grammar.SignedBinaryExactNumericType.int16field.static NameINT256Name of theopenGql.grammar.SignedBinaryExactNumericType.int256field.static NameINT32Name of theopenGql.grammar.SignedBinaryExactNumericType.int32field.static NameINT64Name of theopenGql.grammar.SignedBinaryExactNumericType.int64field.static NameINT8Name of theopenGql.grammar.SignedBinaryExactNumericType.int8field.static NameSIGNED_VERBOSE_TYPEName of theopenGql.grammar.SignedBinaryExactNumericType.signedVerboseTypefield.static NameSMALL_INTName of theopenGql.grammar.SignedBinaryExactNumericType.smallIntfield.static NameTYPE_Name of theopenGql.grammar.SignedBinaryExactNumericTypetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(SignedBinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.SignedBinaryExactNumericTypetype.
-
INT8
public static final Name INT8
Name of theopenGql.grammar.SignedBinaryExactNumericType.int8field.
-
INT16
public static final Name INT16
Name of theopenGql.grammar.SignedBinaryExactNumericType.int16field.
-
INT32
public static final Name INT32
Name of theopenGql.grammar.SignedBinaryExactNumericType.int32field.
-
INT64
public static final Name INT64
Name of theopenGql.grammar.SignedBinaryExactNumericType.int64field.
-
INT128
public static final Name INT128
Name of theopenGql.grammar.SignedBinaryExactNumericType.int128field.
-
INT256
public static final Name INT256
Name of theopenGql.grammar.SignedBinaryExactNumericType.int256field.
-
SMALL_INT
public static final Name SMALL_INT
Name of theopenGql.grammar.SignedBinaryExactNumericType.smallIntfield.
-
INT_WITH_PRECISION
public static final Name INT_WITH_PRECISION
Name of theopenGql.grammar.SignedBinaryExactNumericType.intWithPrecisionfield.
-
BIG_INT
public static final Name BIG_INT
Name of theopenGql.grammar.SignedBinaryExactNumericType.bigIntfield.
-
SIGNED_VERBOSE_TYPE
public static final Name SIGNED_VERBOSE_TYPE
Name of theopenGql.grammar.SignedBinaryExactNumericType.signedVerboseTypefield.
-
-
Method Detail
-
accept
public abstract <R> R accept(SignedBinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.
-
-