Package com.gdblab.pathAlgebra.syntax
Interface PathProj.PartialVisitor<R>
-
- All Superinterfaces:
PathProj.Visitor<R>
- Enclosing class:
- PathProj
public static interface PathProj.PartialVisitor<R> extends PathProj.Visitor<R>
Partial visitor overPathProjwith a defaultotherwise(com.gdblab.pathAlgebra.syntax.PathProj)branch.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default Rotherwise(PathProj instance)Default branch for unhandled cases.default Rvisit(PathProj.All instance)Visit thePathProj.Allcase.default Rvisit(PathProj.Limited instance)Visit thePathProj.Limitedcase.
-
-
-
Method Detail
-
visit
default R visit(PathProj.All instance)
Visit thePathProj.Allcase.- Specified by:
visitin interfacePathProj.Visitor<R>
-
visit
default R visit(PathProj.Limited instance)
Visit thePathProj.Limitedcase.- Specified by:
visitin interfacePathProj.Visitor<R>
-
-