class ValueNumberPair extends Object implements Comparable<ValueNumberPair>
Modifier and Type | Field and Description |
---|---|
(package private) int |
v1
the value number of an array pointer
|
(package private) int |
v2
the value number of an array index
|
Constructor and Description |
---|
ValueNumberPair(int v1,
int v2) |
ValueNumberPair(ValueNumberPair p) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ValueNumberPair p) |
boolean |
equals(Object o) |
int |
hashCode() |
String |
toString() |
final int v1
final int v2
ValueNumberPair(int v1, int v2)
ValueNumberPair(ValueNumberPair p)
public int compareTo(ValueNumberPair p)
compareTo
in interface Comparable<ValueNumberPair>