Package openGql.grammar
Class NodeTypeImpliedContent
- java.lang.Object
-
- openGql.grammar.NodeTypeImpliedContent
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<NodeTypeImpliedContent>
- Direct Known Subclasses:
NodeTypeImpliedContent.LabelSet,NodeTypeImpliedContent.LabelSetWithProperties,NodeTypeImpliedContent.PropertyTypes
public abstract class NodeTypeImpliedContent extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<NodeTypeImpliedContent>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNodeTypeImpliedContent.LabelSetstatic classNodeTypeImpliedContent.LabelSetWithPropertiesstatic interfaceNodeTypeImpliedContent.PartialVisitor<R>Partial visitor overNodeTypeImpliedContentwith a defaultNodeTypeImpliedContent.PartialVisitor.otherwise(openGql.grammar.NodeTypeImpliedContent)branch.static classNodeTypeImpliedContent.PropertyTypesstatic interfaceNodeTypeImpliedContent.Visitor<R>Visitor overNodeTypeImpliedContent.
-
Field Summary
Fields Modifier and Type Field Description static NameLABEL_SETName of theopenGql.grammar.NodeTypeImpliedContent.labelSetfield.static NameLABEL_SET_WITH_PROPERTIESName of theopenGql.grammar.NodeTypeImpliedContent.labelSetWithPropertiesfield.static NamePROPERTY_TYPESName of theopenGql.grammar.NodeTypeImpliedContent.propertyTypesfield.static NameTYPE_Name of theopenGql.grammar.NodeTypeImpliedContenttype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(NodeTypeImpliedContent.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.NodeTypeImpliedContenttype.
-
LABEL_SET
public static final Name LABEL_SET
Name of theopenGql.grammar.NodeTypeImpliedContent.labelSetfield.
-
PROPERTY_TYPES
public static final Name PROPERTY_TYPES
Name of theopenGql.grammar.NodeTypeImpliedContent.propertyTypesfield.
-
LABEL_SET_WITH_PROPERTIES
public static final Name LABEL_SET_WITH_PROPERTIES
Name of theopenGql.grammar.NodeTypeImpliedContent.labelSetWithPropertiesfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(NodeTypeImpliedContent.Visitor<R> visitor)
Dispatch tovisitor.
-
-