| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| gnu.kawa.lispexpr |
Support classes for compiling and running Lisp languages.
|
| gnu.kawa.util | |
| gnu.kawa.xml |
Classes for using XML within Kawa.
|
| gnu.mapping |
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
| Modifier and Type | Class and Description |
|---|---|
class |
NameLookup
Manages the set of declarations "currently" in scope.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClassNamespace |
class |
LispPackage
Implementa A Common Lisp "package" value.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractWeakHashTable<K,V>
A hash table with weakly referenced keys and values.
|
class |
GeneralHashTable<K,V>
A generic hash table.
|
class |
IdentityHashTable<K,V>
A hash table where "equals" is object identity.
|
class |
WeakIdentityHashMap<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
XmlNamespace |
| Modifier and Type | Class and Description |
|---|---|
class |
Namespace
A mapping from strings ("print names") to
Symbols. |