junit.quilt.cover.generic
Class JSRInliner
java.lang.Object
|
+--junit.quilt.cover.generic.JSRInliner
- All Implemented Interfaces:
- org.apache.commons.graph.algorithm.search.Visitor
- public class JSRInliner
- extends java.lang.Object
- implements org.apache.commons.graph.algorithm.search.Visitor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSRInliner
public JSRInliner(EdgeFactory factory,
BlockVertex retTarget)
getRoot
public BlockVertex getRoot()
discoverGraph
public void discoverGraph(org.apache.commons.graph.Graph g)
- Specified by:
discoverGraph
in interface org.apache.commons.graph.algorithm.search.Visitor
discoverVertex
public void discoverVertex(org.apache.commons.graph.Vertex v)
- Specified by:
discoverVertex
in interface org.apache.commons.graph.algorithm.search.Visitor
discoverEdge
public void discoverEdge(org.apache.commons.graph.Edge e)
- Specified by:
discoverEdge
in interface org.apache.commons.graph.algorithm.search.Visitor
finishEdge
public void finishEdge(org.apache.commons.graph.Edge e)
- Specified by:
finishEdge
in interface org.apache.commons.graph.algorithm.search.Visitor
finishVertex
public void finishVertex(org.apache.commons.graph.Vertex v)
- Specified by:
finishVertex
in interface org.apache.commons.graph.algorithm.search.Visitor
finishGraph
public void finishGraph(org.apache.commons.graph.Graph g)
- Specified by:
finishGraph
in interface org.apache.commons.graph.algorithm.search.Visitor
Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.