Package openGql.grammar
Class NodeTypeFiller.KeyLabelSet
- java.lang.Object
-
- openGql.grammar.NodeTypeFiller
-
- openGql.grammar.NodeTypeFiller.KeyLabelSet
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NodeTypeFiller>
- Enclosing class:
- NodeTypeFiller
public static final class NodeTypeFiller.KeyLabelSet extends NodeTypeFiller implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class openGql.grammar.NodeTypeFiller
NodeTypeFiller.ImpliedContent, NodeTypeFiller.KeyLabelSet, NodeTypeFiller.PartialVisitor<R>, NodeTypeFiller.Visitor<R>
-
-
Field Summary
Fields Modifier and Type Field Description NodeKeyLabelSetWithContentvalue-
Fields inherited from class openGql.grammar.NodeTypeFiller
IMPLIED_CONTENT, KEY_LABEL_SET, TYPE_
-
-
Constructor Summary
Constructors Constructor Description KeyLabelSet(NodeKeyLabelSetWithContent value)Constructs an immutableNodeTypeFiller.KeyLabelSet.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <R> Raccept(NodeTypeFiller.Visitor<R> visitor)Dispatch tovisitor.intcompareTo(NodeTypeFiller other)booleanequals(java.lang.Object other)inthashCode()
-
-
-
Field Detail
-
value
public final NodeKeyLabelSetWithContent value
-
-
Constructor Detail
-
KeyLabelSet
public KeyLabelSet(NodeKeyLabelSetWithContent value)
Constructs an immutableNodeTypeFiller.KeyLabelSet.
-
-
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(NodeTypeFiller other)
- Specified by:
compareToin interfacejava.lang.Comparable<NodeTypeFiller>
-
accept
public <R> R accept(NodeTypeFiller.Visitor<R> visitor)
Dispatch tovisitor.- Specified by:
acceptin classNodeTypeFiller
-
-