Package openGql.grammar
Class UnsignedValueSpecification.GeneralValueSpecification
- java.lang.Object
-
- openGql.grammar.UnsignedValueSpecification
-
- openGql.grammar.UnsignedValueSpecification.GeneralValueSpecification
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<UnsignedValueSpecification>
- Enclosing class:
- UnsignedValueSpecification
public static final class UnsignedValueSpecification.GeneralValueSpecification extends UnsignedValueSpecification implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.UnsignedValueSpecification
UnsignedValueSpecification.GeneralValueSpecification, UnsignedValueSpecification.PartialVisitor<R>, UnsignedValueSpecification.UnsignedLiteral, UnsignedValueSpecification.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description GeneralValueSpecificationvalue-
Fields inherited from class openGql.grammar.UnsignedValueSpecification
GENERAL_VALUE_SPECIFICATION, TYPE_, UNSIGNED_LITERAL
-
-
Constructor Summary
Constructors Constructor Description GeneralValueSpecification(GeneralValueSpecification value)Constructs an immutableUnsignedValueSpecification.GeneralValueSpecification.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(UnsignedValueSpecification.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(UnsignedValueSpecification other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final GeneralValueSpecification value
-
-
Constructor Detail
-
GeneralValueSpecification
public GeneralValueSpecification(GeneralValueSpecification value)
Constructs an immutableUnsignedValueSpecification.GeneralValueSpecification.
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object other)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
compareTo
public int compareTo(UnsignedValueSpecification other)
- Specified by:
compareToin interfacejava.lang.Comparable<UnsignedValueSpecification>
-
accept
public <R> R accept(UnsignedValueSpecification.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classUnsignedValueSpecification
-
-