junit.quilt.cover.generic
Class BytecodeLayout

java.lang.Object
  |
  +--junit.quilt.cover.generic.BytecodeLayout
All Implemented Interfaces:
org.apache.commons.graph.algorithm.search.Visitor

public class BytecodeLayout
extends java.lang.Object
implements org.apache.commons.graph.algorithm.search.Visitor


Constructor Summary
BytecodeLayout(org.apache.bcel.generic.MethodGen method)
           
 
Method Summary
 void correctLocals(org.apache.bcel.generic.MethodGen method)
           
 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)
           
 org.apache.bcel.classfile.Method getMethod()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BytecodeLayout

public BytecodeLayout(org.apache.bcel.generic.MethodGen method)
Method Detail

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

correctLocals

public void correctLocals(org.apache.bcel.generic.MethodGen method)

getMethod

public org.apache.bcel.classfile.Method getMethod()
                                           throws QuiltException


Copyright © 2001-2002 David Dixon-Peugh. All Rights Reserved.