|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.groboutils.codecoverage.v2.compiler.MarkedInstruction
Contains one original method instruction, along with all the analysis module marks for this instruction.
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 |
public org.apache.bcel.generic.Instruction getInstruction()
public void addMark(short measureIndex, short markIndex)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |