static final class PEReadEliminationBlockState.ReadCacheEntry extends Object
Modifier and Type | Field and Description |
---|---|
LocationIdentity |
identity |
int |
index |
ValueNode |
object |
Constructor and Description |
---|
ReadCacheEntry(LocationIdentity identity,
ValueNode object,
int index) |
public final LocationIdentity identity
public final int index
public ReadCacheEntry(LocationIdentity identity, ValueNode object, int index)