| Package | Description |
|---|---|
| sisc.interpreter | |
| sisc.util |
| Modifier and Type | Field and Description |
|---|---|
CallFrame |
ApplyParentFrame.c |
CallFrame |
Interpreter.fk |
CallFrame |
CallFrame.fk |
protected CallFrame |
Interpreter.frameFreeList |
CallFrame |
ContinuationException.k |
CallFrame |
CallFrame.parent |
| Modifier and Type | Method and Description |
|---|---|
CallFrame |
CallFrame.capture(Interpreter r) |
| Modifier and Type | Method and Description |
|---|---|
void |
CallFrame.init(Expression n,
Value[] v,
boolean vk,
Value[] l,
Value[] e,
SymbolicEnvironment t,
CallFrame f,
CallFrame p,
StackTracer tr) |
void |
Interpreter.pop(CallFrame c) |
void |
Interpreter.returnFrame(CallFrame f) |
| Constructor and Description |
|---|
ApplyParentFrame(CallFrame cf) |
CallFrame(Expression n,
Value[] v,
boolean vk,
Value[] l,
Value[] e,
SymbolicEnvironment t,
CallFrame f,
CallFrame p,
StackTracer tr) |
ContinuationException(CallFrame k) |
| Modifier and Type | Method and Description |
|---|---|
static CallFrame |
Util.cont(Value o) |