Package | Description |
---|---|
org.armedbear.lisp |
Modifier and Type | Class and Description |
---|---|
class |
JavaStackFrame |
class |
LispStackFrame |
Modifier and Type | Field and Description |
---|---|
(package private) StackFrame |
StackFrame.next |
private StackFrame |
LispThread.stack |
Modifier and Type | Method and Description |
---|---|
static StackFrame |
Lisp.checkStackFrame(LispObject obj) |
(package private) StackFrame |
StackFrame.getNext() |
Modifier and Type | Method and Description |
---|---|
void |
LispThread.pushStackFrame(StackFrame frame) |
(package private) void |
StackFrame.setNext(StackFrame nextFrame) |