Package openGql.grammar
Interface SetItem.Visitor<R>
-
- All Known Subinterfaces:
SetItem.PartialVisitor<R>
- Enclosing class:
- SetItem
public static interface SetItem.Visitor<R>Visitor overSetItem.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(SetItem.AllProperties instance)Visit theSetItem.AllPropertiescase.Rvisit(SetItem.Label instance)Visit theSetItem.Labelcase.Rvisit(SetItem.Property instance)Visit theSetItem.Propertycase.
-
-
-
Method Detail
-
visit
R visit(SetItem.Property instance)
Visit theSetItem.Propertycase.
-
visit
R visit(SetItem.AllProperties instance)
Visit theSetItem.AllPropertiescase.
-
visit
R visit(SetItem.Label instance)
Visit theSetItem.Labelcase.
-
-