Package openGql.grammar
Class ValueType.ListValueTypeAlt1
- java.lang.Object
-
- openGql.grammar.ValueType
-
- openGql.grammar.ValueType.ListValueTypeAlt1
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<ValueType>
- Enclosing class:
- ValueType
public static final class ValueType.ListValueTypeAlt1 extends ValueType implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.ValueType
ValueType.ClosedDynamicUnionTypeAlt1, ValueType.ClosedDynamicUnionTypeAlt2, ValueType.DynamicPropertyValueType, ValueType.ListValueTypeAlt1, ValueType.ListValueTypeAlt2, ValueType.ListValueTypeAlt3, ValueType.OpenDynamicUnionType, ValueType.PartialVisitor<R>, ValueType.PathValueType, ValueType.PredefinedType, ValueType.RecordType, ValueType.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description ListValueTypeAlt1value-
Fields inherited from class openGql.grammar.ValueType
CLOSED_DYNAMIC_UNION_TYPE_ALT1, CLOSED_DYNAMIC_UNION_TYPE_ALT2, DYNAMIC_PROPERTY_VALUE_TYPE, LIST_VALUE_TYPE_ALT1, LIST_VALUE_TYPE_ALT2, LIST_VALUE_TYPE_ALT3, OPEN_DYNAMIC_UNION_TYPE, PATH_VALUE_TYPE, PREDEFINED_TYPE, RECORD_TYPE, TYPE_
-
-
Constructor Summary
Constructors Constructor Description ListValueTypeAlt1(ListValueTypeAlt1 value)Constructs an immutableValueType.ListValueTypeAlt1.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(ValueType.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(ValueType other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final ListValueTypeAlt1 value
-
-
Constructor Detail
-
ListValueTypeAlt1
public ListValueTypeAlt1(ListValueTypeAlt1 value)
Constructs an immutableValueType.ListValueTypeAlt1.
-
-
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(ValueType other)
- Specified by:
compareToin interfacejava.lang.Comparable<ValueType>
-
accept
public <R> R accept(ValueType.Visitor<R> visitor)
Dispatch tovisitor.
-
-