Package openGql.grammar
Class EdgeTypeFiller
- java.lang.Object
-
- openGql.grammar.EdgeTypeFiller
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<EdgeTypeFiller>
- Direct Known Subclasses:
EdgeTypeFiller.ImpliedContent,EdgeTypeFiller.KeyLabelSetWithContent
public abstract class EdgeTypeFiller extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<EdgeTypeFiller>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classEdgeTypeFiller.ImpliedContentstatic classEdgeTypeFiller.KeyLabelSetWithContentstatic interfaceEdgeTypeFiller.PartialVisitor<R>Partial visitor overEdgeTypeFillerwith a defaultEdgeTypeFiller.PartialVisitor.otherwise(openGql.grammar.EdgeTypeFiller)branch.static interfaceEdgeTypeFiller.Visitor<R>Visitor overEdgeTypeFiller.
-
Field Summary
Fields Modifier and Type Field Description static NameIMPLIED_CONTENTName of theopenGql.grammar.EdgeTypeFiller.impliedContentfield.static NameKEY_LABEL_SET_WITH_CONTENTName of theopenGql.grammar.EdgeTypeFiller.keyLabelSetWithContentfield.static NameTYPE_Name of theopenGql.grammar.EdgeTypeFillertype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(EdgeTypeFiller.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.EdgeTypeFillertype.
-
KEY_LABEL_SET_WITH_CONTENT
public static final Name KEY_LABEL_SET_WITH_CONTENT
Name of theopenGql.grammar.EdgeTypeFiller.keyLabelSetWithContentfield.
-
IMPLIED_CONTENT
public static final Name IMPLIED_CONTENT
Name of theopenGql.grammar.EdgeTypeFiller.impliedContentfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(EdgeTypeFiller.Visitor<R> visitor)
Dispatch tovisitor.
-
-