jlibs.core.graph.visitors
Class PathReflectionVisitor<E,R>

java.lang.Object
  extended by jlibs.core.graph.visitors.ReflectionVisitor<E,R>
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface jlibs.core.graph.Visitor
Visitor.Implement
 
Field Summary
protected  Path path
           
 
Constructor Summary
PathReflectionVisitor()
           
 
Method Summary
protected  R _visit(E elem)
           
 R visit(E elem)
           
 
Methods inherited from class jlibs.core.graph.visitors.ReflectionVisitor
generateCode, getDefault
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

protected Path path
Constructor Detail

PathReflectionVisitor

public PathReflectionVisitor()
Method Detail

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.