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