|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use jsint | |
---|---|
elf | The elf package is software contributed by software elves, funded by lunch money. |
jlib | JLIB provides several libraries written in JScheme and compiled to Java, so it is more informative to read the Jscheme code. |
jscheme | The standard API for JScheme. |
jschemeweb | Provides a class that allows servlets to be written in various styles. |
jsint | The JScheme implementation. |
Classes in jsint used by elf | |
---|---|
Procedure
Abstract superclass of Procedures. |
Classes in jsint used by jlib | |
---|---|
DynamicEnvironment
A Map from Symbol to DynamicVariables. |
|
Function
A support class for the Scheme->Java compiler |
|
InputPort
InputPort is to Scheme as InputStream is to Java. |
|
Listener
This class allows a Procedure to act as a listener to many events. |
|
Listener11
This class allows a Procedure to act as a listener to many events. |
|
Listener11swing
This class allows a Procedure to act as a listener to many events. |
|
Pair
A Pair has two fields, first and rest (sometimes called car and cdr). |
|
Procedure
Abstract superclass of Procedures. |
Classes in jsint used by jscheme | |
---|---|
Evaluator
This class represents a Scheme interpreter. |
Classes in jsint used by jschemeweb | |
---|---|
Procedure
Abstract superclass of Procedures. |
Classes in jsint used by jsint | |
---|---|
Closure
A closure is a user-defined procedure. |
|
DynamicEnvironment
A Map from Symbol to DynamicVariables. |
|
DynamicVariable
A DynamicVariable represents a global value in a particular environment. |
|
Environment
Environments store mappings from symbols to locations. |
|
Evaluator
This class represents a Scheme interpreter. |
|
Function
A support class for the Scheme->Java compiler |
|
Generic
A generic function. |
|
Importer
Used by Import. |
|
InputPort
InputPort is to Scheme as InputStream is to Java. |
|
JavaListener
This is the parent class for the Java Listeners. |
|
LexicalEnvironment
Environments store mappings from symbols to locations. |
|
Listener11
This class allows a Procedure to act as a listener to many events. |
|
Listener11swing
This class allows a Procedure to act as a listener to many 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. |
|
Pair
A Pair has two fields, first and rest (sometimes called car and cdr). |
|
Procedure
Abstract superclass of Procedures. |
|
Queue
A queue, q, is a Pair (cons ,last ,content), see Peter's, PAIP book. |
|
Reflector
A Reflector contains one or more Java metaobjects that are cached. |
|
StaticReflector
StaticReflector's like JavaConstructor and Generic can share this behavior. |
|
Symbol
In Jscheme 1.0 to 1.4, symbols were implemented as Strings. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |