public class StackFrame
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static StackFrame |
EMPTY |
|
protected SlotManager |
map |
|
protected ValueRepresentation[] |
slots |
Constructor | Description |
---|---|
StackFrame(SlotManager map,
ValueRepresentation[] slots) |
Modifier and Type | Method | 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()