Package openGql.grammar
Interface PathOrPaths.Visitor<R>
-
- All Known Subinterfaces:
PathOrPaths.PartialVisitor<R>
- Enclosing class:
- PathOrPaths
public static interface PathOrPaths.Visitor<R>Visitor overPathOrPaths.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(PathOrPaths.Path instance)Visit thePathOrPaths.Pathcase.Rvisit(PathOrPaths.Paths instance)Visit thePathOrPaths.Pathscase.
-
-
-
Method Detail
-
visit
R visit(PathOrPaths.Path instance)
Visit thePathOrPaths.Pathcase.
-
visit
R visit(PathOrPaths.Paths instance)
Visit thePathOrPaths.Pathscase.
-
-