net.sourceforge.groboutils.codecoverage.v2.compiler
Class ModifiedInstructionList

java.lang.Object
  extended bynet.sourceforge.groboutils.codecoverage.v2.compiler.ModifiedInstructionList

public class ModifiedInstructionList
extends java.lang.Object

Refers to a class file that has been modified with additional logging statements.

Since:
December 17, 2002
Version:
$Date: 2003/05/05 05:45:32 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 MarkedInstruction getInstructionAt(int index)
           
 int getInstructionCount()
           
static boolean isValidInstructionList(org.apache.bcel.generic.InstructionList list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isValidInstructionList

public static boolean isValidInstructionList(org.apache.bcel.generic.InstructionList list)

getInstructionCount

public int getInstructionCount()

getInstructionAt

public MarkedInstruction getInstructionAt(int index)


Copyright © 2001-2003 by The GroboUtils Project