private static class TouchCollector.JumpTouchData extends TouchCollector.LineTouchData implements HasBeenInstrumented
Modifier and Type | Field and Description |
---|---|
(package private) boolean |
branch |
(package private) int |
branchNumber |
classId, lineNumber
Constructor and Description |
---|
JumpTouchData(int classId,
int lineNumber,
int branchNumber,
boolean branch) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
int branchNumber
boolean branch
public JumpTouchData(int classId, int lineNumber, int branchNumber, boolean branch)
public int hashCode()
hashCode
in class TouchCollector.LineTouchData
public boolean equals(java.lang.Object obj)
equals
in class TouchCollector.LineTouchData