public abstract class TouchPointDescriptor extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
eventId
eventId (asm code identifier) of the interesting instruction
|
private int |
lineNumber
Number of line in which the touch-point is localized
|
Constructor and Description |
---|
TouchPointDescriptor(int eventId,
int lineNumber) |
Modifier and Type | Method and Description |
---|---|
abstract int |
assignCounters(java.util.concurrent.atomic.AtomicInteger idGenerator)
Every touch-point will have assigned some counters.
|
int |
getEventId() |
int |
getLineNumber() |
void |
setEventId(int eventId)
Sets eventId (asm code identifier) of the interesting instruction
|
void |
setLineNumber(int lineNumber)
Sets number of line in which the touch-point is localized
|
private int eventId
private int lineNumber
public TouchPointDescriptor(int eventId, int lineNumber)
public int getEventId()
public void setEventId(int eventId)
public int getLineNumber()
public void setLineNumber(int lineNumber)
public abstract int assignCounters(java.util.concurrent.atomic.AtomicInteger idGenerator)
idGenerator
-