Package openGql.grammar
Class GraphTypeReference
- java.lang.Object
-
- openGql.grammar.GraphTypeReference
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GraphTypeReference>
- Direct Known Subclasses:
GraphTypeReference.ParameterSpecification,GraphTypeReference.ParentAndTypeName
public abstract class GraphTypeReference extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<GraphTypeReference>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphTypeReference.ParameterSpecificationstatic classGraphTypeReference.ParentAndTypeNamestatic interfaceGraphTypeReference.PartialVisitor<R>Partial visitor overGraphTypeReferencewith a defaultGraphTypeReference.PartialVisitor.otherwise(openGql.grammar.GraphTypeReference)branch.static interfaceGraphTypeReference.Visitor<R>Visitor overGraphTypeReference.
-
Field Summary
Fields Modifier and Type Field Description static NamePARAMETER_SPECIFICATIONName of theopenGql.grammar.GraphTypeReference.parameterSpecificationfield.static NamePARENT_AND_TYPE_NAMEName of theopenGql.grammar.GraphTypeReference.parentAndTypeNamefield.static NameTYPE_Name of theopenGql.grammar.GraphTypeReferencetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(GraphTypeReference.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.GraphTypeReferencetype.
-
PARENT_AND_TYPE_NAME
public static final Name PARENT_AND_TYPE_NAME
Name of theopenGql.grammar.GraphTypeReference.parentAndTypeNamefield.
-
PARAMETER_SPECIFICATION
public static final Name PARAMETER_SPECIFICATION
Name of theopenGql.grammar.GraphTypeReference.parameterSpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(GraphTypeReference.Visitor<R> visitor)
Dispatch tovisitor.
-
-