Package openGql.grammar
Class GraphTypeSource
- java.lang.Object
-
- openGql.grammar.GraphTypeSource
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<GraphTypeSource>
- Direct Known Subclasses:
GraphTypeSource.CopyOf,GraphTypeSource.LikeGraph,GraphTypeSource.NestedSpecification
public abstract class GraphTypeSource extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<GraphTypeSource>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGraphTypeSource.CopyOfstatic classGraphTypeSource.LikeGraphstatic classGraphTypeSource.NestedSpecificationstatic interfaceGraphTypeSource.PartialVisitor<R>Partial visitor overGraphTypeSourcewith a defaultGraphTypeSource.PartialVisitor.otherwise(openGql.grammar.GraphTypeSource)branch.static interfaceGraphTypeSource.Visitor<R>Visitor overGraphTypeSource.
-
Field Summary
Fields Modifier and Type Field Description static NameCOPY_OFName of theopenGql.grammar.GraphTypeSource.copyOffield.static NameLIKE_GRAPHName of theopenGql.grammar.GraphTypeSource.likeGraphfield.static NameNESTED_SPECIFICATIONName of theopenGql.grammar.GraphTypeSource.nestedSpecificationfield.static NameTYPE_Name of theopenGql.grammar.GraphTypeSourcetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(GraphTypeSource.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.GraphTypeSourcetype.
-
COPY_OF
public static final Name COPY_OF
Name of theopenGql.grammar.GraphTypeSource.copyOffield.
-
LIKE_GRAPH
public static final Name LIKE_GRAPH
Name of theopenGql.grammar.GraphTypeSource.likeGraphfield.
-
NESTED_SPECIFICATION
public static final Name NESTED_SPECIFICATION
Name of theopenGql.grammar.GraphTypeSource.nestedSpecificationfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(GraphTypeSource.Visitor<R> visitor)
Dispatch tovisitor.
-
-