|
Class Summary |
| Closure |
A closure is a user-defined procedure. |
| Continuation |
|
| Environment |
Environments store mappings from symbols to locations. |
| Generic |
|
| Import |
|
| InputPort |
InputPort is to Scheme as InputStream is to Java. |
| Invoke |
Provides dynamic Java method invocation through Java's Reflection
interface. |
| JavaConstructor |
Provides dynamic constructors. |
| JavaField |
Provides dynamic field access. |
| JavaListener |
This is the parent class for the Java Listeners. |
| JavaMethod |
This class allows you to call any Java method, just by naming it,
and doing the dispatch at runtime. |
| LCO |
A aupport class for the Scheme->Java compiler
used to implement the last call optimization |
| Listener |
This class allows a Procedure to act as a listener to all
SWING and AWT events. |
| Listener11 |
This class allows a Procedure to act as a listener to all
SWING and AWT events. |
| Listener11swing |
This class allows a Procedure to act as a listener to all
SWING and AWT events. |
| LocalVariable |
A LocalVariable is denoted by its position in the environment, in terms
of the number of levels "up" we have to go (number of nested environments),
the number of variables "in" we have to go (ordinal position of variable),
and whether the variable is a "rest" (or "dotted") variable. |
| Macro |
|
| Op |
|
| Pair |
A Pair has two fields, first and rest (sometimes called car and cdr). |
| Primitive |
Primitive procedures (as defined in the R4RS Scheme report. |
| Procedure |
Abstract superclass of Procedures. |
| RawConstructor |
|
| RawMethod |
|
| Scheme |
This class represents a Scheme interpreter. |
| SchemeApplet |
this class defines an applet which will read
a file name from the applet parameter list and
will invoke the SILK interpreter on that file |
| Symbol |
In Silk 1.0 to 1.4, symbols were implemented as Strings. |
| U |
|