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). |
kawa.standard |
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 |
Scheme.kawaEnvironment |