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 classGetNamedInstancePartThe value of the Kawa Scheme expression '*:PART-NAME'.classGetNamedPartProcedure to get the value of a named component of an object.classNamedPartA reference to a named feature/part of a specific object.classSetNamedPartProcedure to get the value of a named component of an object.classSetterImplements 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 classSlotGet -
Uses of HasSetter in gnu.mapping
Classes in gnu.mapping that implement HasSetter Modifier and Type Class Description classLocationProc<T>A Procedure that evaluates to the value of a Location.
-