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