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


Constructor Summary
JSRInliner(EdgeFactory factory, BlockVertex retTarget)
           
 
Method Summary
 void discoverEdge(org.apache.commons.graph.Edge e)
           
 void discoverGraph(org.apache.commons.graph.Graph g)
           
 void discoverVertex(org.apache.commons.graph.Vertex v)
           
 void finishEdge(org.apache.commons.graph.Edge e)
           
 void finishGraph(org.apache.commons.graph.Graph g)
           
 void finishVertex(org.apache.commons.graph.Vertex v)
           
 BlockVertex getRoot()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSRInliner

public JSRInliner(EdgeFactory factory,
                  BlockVertex retTarget)
Method Detail

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.