Package openGql.grammar
Class NonNegativeIntegerSpecification
- java.lang.Object
-
- openGql.grammar.NonNegativeIntegerSpecification
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NonNegativeIntegerSpecification>
- Direct Known Subclasses:
NonNegativeIntegerSpecification.DynamicParameterSpecification,NonNegativeIntegerSpecification.UnsignedInteger
public abstract class NonNegativeIntegerSpecification extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NonNegativeIntegerSpecification>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNonNegativeIntegerSpecification.DynamicParameterSpecificationstatic interfaceNonNegativeIntegerSpecification.PartialVisitor<R>Partial visitor overNonNegativeIntegerSpecificationwith a defaultNonNegativeIntegerSpecification.PartialVisitor.otherwise(openGql.grammar.NonNegativeIntegerSpecification)branch.static classNonNegativeIntegerSpecification.UnsignedIntegerstatic interfaceNonNegativeIntegerSpecification.Visitor<R>Visitor overNonNegativeIntegerSpecification.
-
Field Summary
Fields Modifier and Type Field Description static NameDYNAMIC_PARAMETER_SPECIFICATIONName of theopenGql.grammar.NonNegativeIntegerSpecification.dynamicParameterSpecificationfield.static NameTYPE_Name of theopenGql.grammar.NonNegativeIntegerSpecificationtype.static NameUNSIGNED_INTEGERName of theopenGql.grammar.NonNegativeIntegerSpecification.unsignedIntegerfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NonNegativeIntegerSpecification.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NonNegativeIntegerSpecificationtype.
-
UNSIGNED_INTEGER
public static final Name UNSIGNED_INTEGER
Name of theopenGql.grammar.NonNegativeIntegerSpecification.unsignedIntegerfield.
-
DYNAMIC_PARAMETER_SPECIFICATION
public static final Name DYNAMIC_PARAMETER_SPECIFICATION
Name of theopenGql.grammar.NonNegativeIntegerSpecification.dynamicParameterSpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NonNegativeIntegerSpecification.Visitor<R> visitor)
Dispatch tovisitor.
-
-