public final class FrameSlot extends Object implements Cloneable
Frame and FrameDescriptor that can store a value of a given type.| Modifier and Type | Method and Description |
|---|---|
Object |
getIdentifier()
Identifier of the slot.
|
Object |
getInfo()
Information about the slot.
|
String |
toString() |
public Object getIdentifier()
FrameDescriptor.addFrameSlot(java.lang.Object)
parameterpublic Object getInfo()
FrameDescriptor.addFrameSlot(java.lang.Object, java.lang.Object, com.oracle.truffle.api.frame.FrameSlotKind)