junit.quilt.cover.state
Class InitVertex

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

public class InitVertex
extends InitVertex


Constructor Summary
InitVertex(int fieldVar, int fieldRef, int startRef)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class junit.quilt.cover.generic.BlockVertex
addInstruction, chomp, copy, copyInstructionList, getFirstInst, getLastInst, getLineEnd, getLineStart, getPCEnd, getPCStart, length, setInstructionList
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InitVertex

public InitVertex(int fieldVar,
                  int fieldRef,
                  int startRef)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class BlockVertex


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