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