junit.quilt.cover.generic
Class FinallyVertex

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

public class FinallyVertex
extends BlockVertex


Constructor Summary
FinallyVertex()
           
FinallyVertex(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

FinallyVertex

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

FinallyVertex

public FinallyVertex()


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