Package | Description |
---|---|
gnu.kawa.functions |
Various core run-time functions and operators.
|
gnu.kawa.reflect |
Contains classes to use reflection.
|
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 |
GetNamedInstancePart
The value of the Kawa Scheme expression '*:PART-NAME'.
|
class |
GetNamedPart
Procedure to get the value of a named component of an object.
|
class |
NamedPart
A reference to a named feature/part of a specific object.
|
class |
SetNamedPart
Procedure to get the value of a named component of an object.
|
class |
Setter
Implements Kawa extension function "setter", as in SRFI-17.
|
Modifier and Type | Class and Description |
---|---|
class |
SlotGet |
Modifier and Type | Class and Description |
---|---|
class |
LocationProc<T>
A Procedure that evaluates to the value of a Location.
|