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

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

public class MarkedInstruction
extends java.lang.Object

Contains one original method instruction, along with all the analysis module marks for this instruction.

Since:
December 17, 2002
Version:
$Date: 2003/02/10 22:51:26 $
Author:
Matt Albrecht groboclown@users.sourceforge.net

Method Summary
 void addMark(short measureIndex, short markIndex)
          Mark this instruction with the given measure and mark indicies; the method index is pre-defined by the particular method this instruction resides in.
 org.apache.bcel.generic.Instruction getInstruction()
          Retrieve the instruction represented by this mark.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstruction

public org.apache.bcel.generic.Instruction getInstruction()
Retrieve the instruction represented by this mark.


addMark

public void addMark(short measureIndex,
                    short markIndex)
Mark this instruction with the given measure and mark indicies; the method index is pre-defined by the particular method this instruction resides in.



Copyright © 2001-2003 by The GroboUtils Project