Package openGql.grammar
Class SetItem.Label
- java.lang.Object
-
- openGql.grammar.SetItem
-
- openGql.grammar.SetItem.Label
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SetItem>
- Enclosing class:
- SetItem
public static final class SetItem.Label extends SetItem implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.SetItem
SetItem.AllProperties, SetItem.Label, SetItem.PartialVisitor<R>, SetItem.Property, SetItem.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description SetLabelItemvalue-
Fields inherited from class openGql.grammar.SetItem
ALL_PROPERTIES, LABEL, PROPERTY, TYPE_
-
-
Constructor Summary
Constructors Constructor Description Label(SetLabelItem value)Constructs an immutableSetItem.Label.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(SetItem.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(SetItem other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final SetLabelItem value
-
-
Constructor Detail
-
Label
public Label(SetLabelItem value)
Constructs an immutableSetItem.Label.
-
-
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(SetItem other)
- Specified by:
compareToin interfacejava.lang.Comparable<SetItem>
-
accept
public <R> R accept(SetItem.Visitor<R> visitor)
Dispatch tovisitor.
-
-