Package openGql.grammar
Class NodeTypePhraseFiller
- java.lang.Object
-
- openGql.grammar.NodeTypePhraseFiller
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NodeTypePhraseFiller>
- Direct Known Subclasses:
NodeTypePhraseFiller.FillerOnly,NodeTypePhraseFiller.TypeName
public abstract class NodeTypePhraseFiller extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NodeTypePhraseFiller>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeTypePhraseFiller.FillerOnlystatic interfaceNodeTypePhraseFiller.PartialVisitor<R>Partial visitor overNodeTypePhraseFillerwith a defaultNodeTypePhraseFiller.PartialVisitor.otherwise(openGql.grammar.NodeTypePhraseFiller)branch.static classNodeTypePhraseFiller.TypeNamestatic interfaceNodeTypePhraseFiller.Visitor<R>Visitor overNodeTypePhraseFiller.
-
Field Summary
Fields Modifier and Type Field Description static NameFILLER_ONLYName of theopenGql.grammar.NodeTypePhraseFiller.fillerOnlyfield.static NameTYPE_Name of theopenGql.grammar.NodeTypePhraseFillertype.static NameTYPE_NAMEName of theopenGql.grammar.NodeTypePhraseFiller.typeNamefield.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NodeTypePhraseFiller.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NodeTypePhraseFillertype.
-
TYPE_NAME
public static final Name TYPE_NAME
Name of theopenGql.grammar.NodeTypePhraseFiller.typeNamefield.
-
FILLER_ONLY
public static final Name FILLER_ONLY
Name of theopenGql.grammar.NodeTypePhraseFiller.fillerOnlyfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NodeTypePhraseFiller.Visitor<R> visitor)
Dispatch tovisitor.
-
-