Package openGql.grammar
Interface PathFactor.Visitor<R>
-
- All Known Subinterfaces:
PathFactor.PartialVisitor<R>
- Enclosing class:
- PathFactor
public static interface PathFactor.Visitor<R>Visitor overPathFactor.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(PathFactor.Primary instance)Visit thePathFactor.Primarycase.Rvisit(PathFactor.QuantifiedPrimary instance)Visit thePathFactor.QuantifiedPrimarycase.Rvisit(PathFactor.QuestionedPrimary instance)Visit thePathFactor.QuestionedPrimarycase.
-
-
-
Method Detail
-
visit
R visit(PathFactor.Primary instance)
Visit thePathFactor.Primarycase.
-
visit
R visit(PathFactor.QuantifiedPrimary instance)
Visit thePathFactor.QuantifiedPrimarycase.
-
visit
R visit(PathFactor.QuestionedPrimary instance)
Visit thePathFactor.QuestionedPrimarycase.
-
-