Package gnu.mapping
Interface HasSetter
-
- All Known Implementing Classes:
GetNamedInstancePart,GetNamedPart,LocationProc,NamedPart,SetNamedPart,Setter,SlotGet
public interface HasSetterA Procedure that can be used on the left-hand-side of an assignment. It can do that by overriding getSetter. Alternatively, it can use the default getSetter, as long as it overrides one of set0 (if a 0-argument Procedure) set1 (if a 1-argument Procedure), or setN (otherwise).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProceduregetSetter()
-
-
-
Method Detail
-
getSetter
Procedure getSetter()
-
-