Package org.benf.cfr.reader.util.graph
Class GraphVisitorFIFO<T>
- java.lang.Object
-
- org.benf.cfr.reader.util.graph.AbstractGraphVisitorFI<T>
-
- org.benf.cfr.reader.util.graph.GraphVisitorFIFO<T>
-
- All Implemented Interfaces:
GraphVisitor<T>
public class GraphVisitorFIFO<T> extends AbstractGraphVisitorFI<T>
-
-
Constructor Summary
Constructors Constructor Description GraphVisitorFIFO(T first, BinaryProcedure<T,GraphVisitor<T>> callee)
-
Method Summary
-
Methods inherited from class org.benf.cfr.reader.util.graph.AbstractGraphVisitorFI
abort, enqueue, enqueue, getVisitedNodes, process, wasAborted
-
-
-
-
Constructor Detail
-
GraphVisitorFIFO
public GraphVisitorFIFO(T first, BinaryProcedure<T,GraphVisitor<T>> callee)
-
-