Package openGql.grammar
Class BinaryExactNumericType
- java.lang.Object
-
- openGql.grammar.BinaryExactNumericType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<BinaryExactNumericType>
- Direct Known Subclasses:
BinaryExactNumericType.Signed,BinaryExactNumericType.Unsigned
public abstract class BinaryExactNumericType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<BinaryExactNumericType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBinaryExactNumericType.PartialVisitor<R>Partial visitor overBinaryExactNumericTypewith a defaultBinaryExactNumericType.PartialVisitor.otherwise(openGql.grammar.BinaryExactNumericType)branch.static classBinaryExactNumericType.Signedstatic classBinaryExactNumericType.Unsignedstatic interfaceBinaryExactNumericType.Visitor<R>Visitor overBinaryExactNumericType.
-
Field Summary
Fields Modifier and Type Field Description static NameSIGNEDName of theopenGql.grammar.BinaryExactNumericType.signedfield.static NameTYPE_Name of theopenGql.grammar.BinaryExactNumericTypetype.static NameUNSIGNEDName of theopenGql.grammar.BinaryExactNumericType.unsignedfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(BinaryExactNumericType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.BinaryExactNumericTypetype.
-
SIGNED
public static final Name SIGNED
Name of theopenGql.grammar.BinaryExactNumericType.signedfield.
-
UNSIGNED
public static final Name UNSIGNED
Name of theopenGql.grammar.BinaryExactNumericType.unsignedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(BinaryExactNumericType.Visitor<R> visitor)
Dispatch tovisitor.
-
-