Interface PathPropertyRef.Visitor<R>
-
- All Known Subinterfaces:
PathPropertyRef.PartialVisitor<R>
- Enclosing class:
- PathPropertyRef
public static interface PathPropertyRef.Visitor<R>Visitor overPathPropertyRef.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rvisit(PathPropertyRef.EndNode instance)Visit thePathPropertyRef.EndNodecase.Rvisit(PathPropertyRef.Length instance)Visit thePathPropertyRef.Lengthcase.Rvisit(PathPropertyRef.StartNode instance)Visit thePathPropertyRef.StartNodecase.
-
-
-
Method Detail
-
visit
R visit(PathPropertyRef.Length instance)
Visit thePathPropertyRef.Lengthcase.
-
visit
R visit(PathPropertyRef.StartNode instance)
Visit thePathPropertyRef.StartNodecase.
-
visit
R visit(PathPropertyRef.EndNode instance)
Visit thePathPropertyRef.EndNodecase.
-
-