junit.quilt.cover.generic
Class InitVertex

java.lang.Object
  |
  +--junit.quilt.cover.generic.BlockVertex
        |
        +--junit.quilt.cover.generic.InitVertex
All Implemented Interfaces:
org.apache.commons.graph.Vertex
Direct Known Subclasses:
InitVertex

public class InitVertex
extends BlockVertex


Constructor Summary
InitVertex()
           
InitVertex(org.apache.bcel.generic.InstructionList il)
           
 
Methods inherited from class junit.quilt.cover.generic.BlockVertex
addInstruction, chomp, copy, copyInstructionList, getFirstInst, getLastInst, getLineEnd, getLineStart, getPCEnd, getPCStart, length, setInstructionList, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitVertex

public InitVertex(org.apache.bcel.generic.InstructionList il)

InitVertex

public InitVertex()


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