Package openGql.grammar
Interface OfGraphType.Visitor<R>
-
- All Known Subinterfaces:
OfGraphType.PartialVisitor<R>
- Enclosing class:
- OfGraphType
public static interface OfGraphType.Visitor<R>Visitor overOfGraphType.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(OfGraphType.LikeGraph instance)Visit theOfGraphType.LikeGraphcase.Rvisit(OfGraphType.Nested instance)Visit theOfGraphType.Nestedcase.Rvisit(OfGraphType.Reference instance)Visit theOfGraphType.Referencecase.
-
-
-
Method Detail
-
visit
R visit(OfGraphType.LikeGraph instance)
Visit theOfGraphType.LikeGraphcase.
-
visit
R visit(OfGraphType.Reference instance)
Visit theOfGraphType.Referencecase.
-
visit
R visit(OfGraphType.Nested instance)
Visit theOfGraphType.Nestedcase.
-
-