Package openGql.grammar
Class VerboseBinaryExactNumericType
- java.lang.Object
-
- openGql.grammar.VerboseBinaryExactNumericType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<VerboseBinaryExactNumericType>
- Direct Known Subclasses:
VerboseBinaryExactNumericType.BigInteger,VerboseBinaryExactNumericType.Integer128,VerboseBinaryExactNumericType.Integer16,VerboseBinaryExactNumericType.Integer256,VerboseBinaryExactNumericType.Integer32,VerboseBinaryExactNumericType.Integer64,VerboseBinaryExactNumericType.Integer8,VerboseBinaryExactNumericType.IntegerWithPrecision,VerboseBinaryExactNumericType.SmallInteger
public abstract class VerboseBinaryExactNumericType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<VerboseBinaryExactNumericType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classVerboseBinaryExactNumericType.BigIntegerstatic classVerboseBinaryExactNumericType.Integer128static classVerboseBinaryExactNumericType.Integer16static classVerboseBinaryExactNumericType.Integer256static classVerboseBinaryExactNumericType.Integer32static classVerboseBinaryExactNumericType.Integer64static classVerboseBinaryExactNumericType.Integer8static classVerboseBinaryExactNumericType.IntegerWithPrecisionstatic interfaceVerboseBinaryExactNumericType.PartialVisitor<R>Partial visitor overVerboseBinaryExactNumericTypewith a defaultVerboseBinaryExactNumericType.PartialVisitor.otherwise(openGql.grammar.VerboseBinaryExactNumericType)branch.static classVerboseBinaryExactNumericType.SmallIntegerstatic interfaceVerboseBinaryExactNumericType.Visitor<R>Visitor overVerboseBinaryExactNumericType.
-
Field Summary
Fields Modifier and Type Field Description static NameBIG_INTEGERName of theopenGql.grammar.VerboseBinaryExactNumericType.bigIntegerfield.static NameINTEGER_WITH_PRECISIONName of theopenGql.grammar.VerboseBinaryExactNumericType.integerWithPrecisionfield.static NameINTEGER128Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer128field.static NameINTEGER16Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer16field.static NameINTEGER256Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer256field.static NameINTEGER32Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer32field.static NameINTEGER64Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer64field.static NameINTEGER8Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer8field.static NameSMALL_INTEGERName of theopenGql.grammar.VerboseBinaryExactNumericType.smallIntegerfield.static NameTYPE_Name of theopenGql.grammar.VerboseBinaryExactNumericTypetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(VerboseBinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.VerboseBinaryExactNumericTypetype.
-
INTEGER8
public static final Name INTEGER8
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer8field.
-
INTEGER16
public static final Name INTEGER16
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer16field.
-
INTEGER32
public static final Name INTEGER32
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer32field.
-
INTEGER64
public static final Name INTEGER64
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer64field.
-
INTEGER128
public static final Name INTEGER128
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer128field.
-
INTEGER256
public static final Name INTEGER256
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integer256field.
-
SMALL_INTEGER
public static final Name SMALL_INTEGER
Name of theopenGql.grammar.VerboseBinaryExactNumericType.smallIntegerfield.
-
INTEGER_WITH_PRECISION
public static final Name INTEGER_WITH_PRECISION
Name of theopenGql.grammar.VerboseBinaryExactNumericType.integerWithPrecisionfield.
-
BIG_INTEGER
public static final Name BIG_INTEGER
Name of theopenGql.grammar.VerboseBinaryExactNumericType.bigIntegerfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(VerboseBinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.
-
-