private static final class SSADictionary.HeapKey<T> extends Object
Modifier and Type | Field and Description |
---|---|
private int |
number
The number and type comprise the name of a heap variable in array SSA
form
|
private T |
type
The number and type comprise the name of a heap variable in array SSA
form
|
Constructor and Description |
---|
HeapKey(int number,
T type)
Create a new name for a heap variable.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object key)
Test against another key for equality.
|
int |
hashCode()
Return a hash code for this name.
|