Class GraphVisitorDFS<T>

java.lang.Object
org.benf.cfr.reader.util.graph.GraphVisitorDFS<T>
All Implemented Interfaces:
GraphVisitor<T>

public class GraphVisitorDFS<T> extends Object implements GraphVisitor<T>