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