Uses of Interface
gnu.mapping.HasSetter
-
Packages that use HasSetter Package Description gnu.kawa.functions gnu.kawa.reflect Contains classes to use reflection.gnu.mapping SupportsProcedure
, and various related classes needed at run-time by dynamically typed languages (such as Scheme and ECMAScript). -
-
Uses of HasSetter in gnu.kawa.functions
Classes in gnu.kawa.functions that implement HasSetter Modifier and Type Class 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. -
Uses of HasSetter in gnu.kawa.reflect
Classes in gnu.kawa.reflect that implement HasSetter Modifier and Type Class Description class
SlotGet
-
Uses of HasSetter in gnu.mapping
Classes in gnu.mapping that implement HasSetter Modifier and Type Class Description class
LocationProc<T>
A Procedure that evaluates to the value of a Location.
-