Package openGql.grammar
Class EdgeTypePhraseFiller
- java.lang.Object
-
- openGql.grammar.EdgeTypePhraseFiller
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EdgeTypePhraseFiller>
- Direct Known Subclasses:
EdgeTypePhraseFiller.FillerOnly,EdgeTypePhraseFiller.TypeNameWithFiller
public abstract class EdgeTypePhraseFiller extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EdgeTypePhraseFiller>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgeTypePhraseFiller.FillerOnlystatic interfaceEdgeTypePhraseFiller.PartialVisitor<R>Partial visitor overEdgeTypePhraseFillerwith a defaultEdgeTypePhraseFiller.PartialVisitor.otherwise(openGql.grammar.EdgeTypePhraseFiller)branch.static classEdgeTypePhraseFiller.TypeNameWithFillerstatic interfaceEdgeTypePhraseFiller.Visitor<R>Visitor overEdgeTypePhraseFiller.
-
Field Summary
Fields Modifier and Type Field Description static NameFILLER_ONLYName of theopenGql.grammar.EdgeTypePhraseFiller.fillerOnlyfield.static NameTYPE_Name of theopenGql.grammar.EdgeTypePhraseFillertype.static NameTYPE_NAME_WITH_FILLERName of theopenGql.grammar.EdgeTypePhraseFiller.typeNameWithFillerfield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(EdgeTypePhraseFiller.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.EdgeTypePhraseFillertype.
-
TYPE_NAME_WITH_FILLER
public static final Name TYPE_NAME_WITH_FILLER
Name of theopenGql.grammar.EdgeTypePhraseFiller.typeNameWithFillerfield.
-
FILLER_ONLY
public static final Name FILLER_ONLY
Name of theopenGql.grammar.EdgeTypePhraseFiller.fillerOnlyfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(EdgeTypePhraseFiller.Visitor<R> visitor)
Dispatch tovisitor.
-
-