public class StackFrame extends Object
Modifier and Type | Field and Description |
---|---|
static StackFrame |
EMPTY |
protected SlotManager |
map |
protected ValueRepresentation[] |
slots |
Constructor and Description |
---|
StackFrame(SlotManager map,
ValueRepresentation[] slots) |
Modifier and Type | Method and Description |
---|---|
SlotManager |
getStackFrameMap() |
ValueRepresentation[] |
getStackFrameValues() |
protected SlotManager map
protected ValueRepresentation[] slots
public static final StackFrame EMPTY
public StackFrame(SlotManager map, ValueRepresentation[] slots)
public SlotManager getStackFrameMap()
public ValueRepresentation[] getStackFrameValues()