| java.lang.Object net.sourceforge.groboutils.codecoverage.v2.compiler.MeasureMark
MeasureMark | class MeasureMark (Code) | | Exactly one mark for a specific measure on an instruction. This class is
tightly coupled with the ParseCoverageLogger class, in that the signatures
must match between the two.
author: Matt Albrecht groboclown@users.sourceforge.net version: $Date: 2004/04/15 05:48:25 $ since: December 17, 2002 |
Constructor Summary | |
| MeasureMark(int classSigPoolIndex, int staticMethodPoolIndex, short methodIndex, short measureIndex, short markIndex) |
MeasureMark | MeasureMark(int classSigPoolIndex, int staticMethodPoolIndex, short methodIndex, short measureIndex, short markIndex)(Code) | | throws: IllegalStateException - if the class file has already beenmodified (identified by a class name field). |
addToInstructionList | public void addToInstructionList(InstructionList list)(Code) | | |
|
|