public class SimpleVirtualStackSlotAlias extends VirtualStackSlot
SimpleVirtualStackSlot. References to SimpleVirtualStackSlotAlias
occupy the same SimpleVirtualStackSlot as the aliased slot, but with a different kind.
The target kind may be smaller, but not larger, than the aliased slot's kind.| Constructor and Description |
|---|
SimpleVirtualStackSlotAlias(<any> kind,
SimpleVirtualStackSlot aliasedSlot) |
| Modifier and Type | Method and Description |
|---|---|
SimpleVirtualStackSlot |
getAliasedSlot() |
String |
toString() |
equals, getId, hashCodepublic SimpleVirtualStackSlotAlias(<any> kind,
SimpleVirtualStackSlot aliasedSlot)
public SimpleVirtualStackSlot getAliasedSlot()
public String toString()
toString in class VirtualStackSlot