Package openGql.grammar
Class NodeReferenceValueType
- java.lang.Object
-
- openGql.grammar.NodeReferenceValueType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NodeReferenceValueType>
- Direct Known Subclasses:
NodeReferenceValueType.Closed,NodeReferenceValueType.Open
public abstract class NodeReferenceValueType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NodeReferenceValueType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeReferenceValueType.Closedstatic classNodeReferenceValueType.Openstatic interfaceNodeReferenceValueType.PartialVisitor<R>Partial visitor overNodeReferenceValueTypewith a defaultNodeReferenceValueType.PartialVisitor.otherwise(openGql.grammar.NodeReferenceValueType)branch.static interfaceNodeReferenceValueType.Visitor<R>Visitor overNodeReferenceValueType.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NodeReferenceValueType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NodeReferenceValueTypetype.
-
OPEN
public static final Name OPEN
Name of theopenGql.grammar.NodeReferenceValueType.openfield.
-
CLOSED
public static final Name CLOSED
Name of theopenGql.grammar.NodeReferenceValueType.closedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NodeReferenceValueType.Visitor<R> visitor)
Dispatch tovisitor.
-
-