Package: closer-mop
Generic Function reader-method-class
Lambda List
reader-method-class (class direct-slot &rest initargs)
Arguments
Return Value
The value returned is a class metaobject.
Details
This generic function is called to determine the class of reader methods
created during class initialization and reinitialization. The result must be a subclass of standard-reader-method.
The initargs argument must be the same as will be passed to make-instance to create the reader method. The initargs must include :slot-definition with slot-definition as its value.
The initargs argument must be the same as will be passed to make-instance to create the reader method. The initargs must include :slot-definition with slot-definition as its value.
Methods
reader-method-class ((class standard-class) (direct-slot standard-direct-slot-definition) &rest initargs)
reader-method-class ((class funcallable-standard-class) (direct-slot standard-direct-slot-definition) &rest initargs)
reader-method-class ((class funcallable-standard-class) (direct-slot standard-direct-slot-definition) &rest initargs)
These methods return the class standard-reader-method. These
methods can be overridden.