| Interface | Description |
|---|---|
| SchemeCaller |
Defines a visitor interface for performing Java -> Scheme calls
in an 'atomic' fashion, where details of acquiring and releasing
the Interpreter context are done behind the scenes.
|
| Class | Description |
|---|---|
| AppContext |
The AppContext is the root of all data in an instance
of SISC.
|
| ApplyParentFrame | |
| CallFrame | |
| Context |
Context is a utility class which facilitates Java to Scheme
calls in SISC.
|
| Interpreter |
The SISC engine.
|
| Interpreter.ThrowSchemeException | |
| StackTracer | |
| ThreadContext | |
| ThreadContext.State |
| Exception | Description |
|---|---|
| ContinuationException | |
| SchemeException | |
| SchemeRuntimeException |