jlibs.core.graph.visitors
Class PathReflectionVisitor<E,R>
java.lang.Object
jlibs.core.graph.visitors.ReflectionVisitor<E,R>
jlibs.core.graph.visitors.PathReflectionVisitor<E,R>
- All Implemented Interfaces:
- Visitor<E,R>
public abstract class PathReflectionVisitor<E,R>
- extends ReflectionVisitor<E,R>
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
path
protected Path path
PathReflectionVisitor
public PathReflectionVisitor()
visit
public final R visit(E elem)
- Specified by:
visit in interface Visitor<E,R>- Overrides:
visit in class ReflectionVisitor<E,R>
_visit
protected R _visit(E elem)
Copyright © 2018. All rights reserved.