| Package | Description |
|---|---|
| sisc.interpreter |
| Modifier and Type | Field and Description |
|---|---|
StackTracer |
CallFrame.tracer |
| Modifier and Type | Method and Description |
|---|---|
StackTracer |
StackTracer.copy() |
StackTracer |
Interpreter.makeStackTracer() |
| 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) |
| Constructor and Description |
|---|
CallFrame(Expression n,
Value[] v,
boolean vk,
Value[] l,
Value[] e,
SymbolicEnvironment t,
CallFrame f,
CallFrame p,
StackTracer tr) |