|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.cobertura.instrument.JumpHolder
public class JumpHolder
Field Summary | |
---|---|
protected int |
jumpNumber
|
protected int |
lineNumber
|
Constructor Summary | |
---|---|
JumpHolder(int lineNumber,
int jumpNumber)
|
Method Summary | |
---|---|
int |
getJumpNumber()
|
int |
getLineNumber()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected int lineNumber
protected int jumpNumber
Constructor Detail |
---|
public JumpHolder(int lineNumber, int jumpNumber)
Method Detail |
---|
public int getJumpNumber()
public int getLineNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |