Package openGql.grammar
Class NodeTypeFiller
- java.lang.Object
-
- openGql.grammar.NodeTypeFiller
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NodeTypeFiller>
- Direct Known Subclasses:
NodeTypeFiller.ImpliedContent,NodeTypeFiller.KeyLabelSet
public abstract class NodeTypeFiller extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NodeTypeFiller>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeTypeFiller.ImpliedContentstatic classNodeTypeFiller.KeyLabelSetstatic interfaceNodeTypeFiller.PartialVisitor<R>Partial visitor overNodeTypeFillerwith a defaultNodeTypeFiller.PartialVisitor.otherwise(openGql.grammar.NodeTypeFiller)branch.static interfaceNodeTypeFiller.Visitor<R>Visitor overNodeTypeFiller.
-
Field Summary
Fields Modifier and Type Field Description static NameIMPLIED_CONTENTName of theopenGql.grammar.NodeTypeFiller.impliedContentfield.static NameKEY_LABEL_SETName of theopenGql.grammar.NodeTypeFiller.keyLabelSetfield.static NameTYPE_Name of theopenGql.grammar.NodeTypeFillertype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NodeTypeFiller.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NodeTypeFillertype.
-
KEY_LABEL_SET
public static final Name KEY_LABEL_SET
Name of theopenGql.grammar.NodeTypeFiller.keyLabelSetfield.
-
IMPLIED_CONTENT
public static final Name IMPLIED_CONTENT
Name of theopenGql.grammar.NodeTypeFiller.impliedContentfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NodeTypeFiller.Visitor<R> visitor)
Dispatch tovisitor.
-
-