Package openGql.grammar
Class SetItem
- java.lang.Object
-
- openGql.grammar.SetItem
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Comparable<SetItem>
- Direct Known Subclasses:
SetItem.AllProperties,SetItem.Label,SetItem.Property
public abstract class SetItem extends java.lang.Object implements java.io.Serializable, java.lang.Comparable<SetItem>
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSetItem.AllPropertiesstatic classSetItem.Labelstatic interfaceSetItem.PartialVisitor<R>Partial visitor overSetItemwith a defaultSetItem.PartialVisitor.otherwise(openGql.grammar.SetItem)branch.static classSetItem.Propertystatic interfaceSetItem.Visitor<R>Visitor overSetItem.
-
Field Summary
Fields Modifier and Type Field Description static NameALL_PROPERTIESName of theopenGql.grammar.SetItem.allPropertiesfield.static NameLABELName of theopenGql.grammar.SetItem.labelfield.static NamePROPERTYName of theopenGql.grammar.SetItem.propertyfield.static NameTYPE_Name of theopenGql.grammar.SetItemtype.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract <R> Raccept(SetItem.Visitor<R> visitor)Dispatch tovisitor.
-
-
-
Field Detail
-
TYPE_
public static final Name TYPE_
Name of theopenGql.grammar.SetItemtype.
-
PROPERTY
public static final Name PROPERTY
Name of theopenGql.grammar.SetItem.propertyfield.
-
ALL_PROPERTIES
public static final Name ALL_PROPERTIES
Name of theopenGql.grammar.SetItem.allPropertiesfield.
-
LABEL
public static final Name LABEL
Name of theopenGql.grammar.SetItem.labelfield.
-
-
Method Detail
-
accept
public abstract <R> R accept(SetItem.Visitor<R> visitor)
Dispatch tovisitor.
-
-