junit.quilt.cover.state
Class CallVisitVertex

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

public class CallVisitVertex
extends BlockVertex


Constructor Summary
CallVisitVertex(int fieldVar, int visitRef, short position)
           
 
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

CallVisitVertex

public CallVisitVertex(int fieldVar,
                       int visitRef,
                       short position)
Method Detail

toString

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


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