Package openGql.grammar
Class OfGraphType
- java.lang.Object
-
- openGql.grammar.OfGraphType
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<OfGraphType>
- Direct Known Subclasses:
OfGraphType.LikeGraph,OfGraphType.Nested,OfGraphType.Reference
public abstract class OfGraphType extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<OfGraphType>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOfGraphType.LikeGraphstatic classOfGraphType.Nestedstatic interfaceOfGraphType.PartialVisitor<R>Partial visitor overOfGraphTypewith a defaultOfGraphType.PartialVisitor.otherwise(openGql.grammar.OfGraphType)branch.static classOfGraphType.Referencestatic interfaceOfGraphType.Visitor<R>Visitor overOfGraphType.
-
Field Summary
Fields Modifier and Type Field Description static NameLIKE_GRAPHName of theopenGql.grammar.OfGraphType.likeGraphfield.static NameNESTEDName of theopenGql.grammar.OfGraphType.nestedfield.static NameREFERENCEName of theopenGql.grammar.OfGraphType.referencefield.static NameTYPE_Name of theopenGql.grammar.OfGraphTypetype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(OfGraphType.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.OfGraphTypetype.
-
LIKE_GRAPH
public static final Name LIKE_GRAPH
Name of theopenGql.grammar.OfGraphType.likeGraphfield.
-
REFERENCE
public static final Name REFERENCE
Name of theopenGql.grammar.OfGraphType.referencefield.
-
NESTED
public static final Name NESTED
Name of theopenGql.grammar.OfGraphType.nestedfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(OfGraphType.Visitor<R> visitor)
Dispatch tovisitor.
-
-