public class AllocAndContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
AllocNode |
alloc |
ImmutableStack<java.lang.Integer> |
context |
| Constructor and Description |
|---|
AllocAndContext(AllocNode alloc,
ImmutableStack<java.lang.Integer> context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
java.lang.String |
toString() |
public final AllocNode alloc
public final ImmutableStack<java.lang.Integer> context
public AllocAndContext(AllocNode alloc, ImmutableStack<java.lang.Integer> context)