| Package | Description |
|---|---|
| gnu.expr |
Supports
Expression,
and various related classes need to compile programming languages. |
| gnu.kawa.brl | |
| gnu.mapping |
Supports
Procedure,
and various related classes needed at run-time by dynamically typed
languages (such as Scheme and ECMAScript). |
| gnu.q2.lang |
Support for the experimental Q2 language.
|
| kawa.standard |
Primitive Scheme syntax and functions.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractScriptEngineFactory.BindingsEnvironment
A Environment that proxies lookup in global and engine Bindings.
|
| Constructor and Description |
|---|
KawaScriptBindings(SimpleEnvironment environment) |
| Modifier and Type | Field and Description |
|---|---|
protected static SimpleEnvironment |
BRL.brlEnvironment |
| Modifier and Type | Class and Description |
|---|---|
class |
InheritingEnvironment |
| Modifier and Type | Method and Description |
|---|---|
static SimpleEnvironment |
Environment.make() |
static SimpleEnvironment |
Environment.make(java.lang.String name) |
| Constructor and Description |
|---|
LocationEnumeration(SimpleEnvironment env) |
| Modifier and Type | Field and Description |
|---|---|
protected static SimpleEnvironment |
Q2.q2Environment |
| Modifier and Type | Field and Description |
|---|---|
protected static SimpleEnvironment |
Scheme.kawaEnvironment |