Package: closer-mop

Generic Function generic-function-methods

Lambda List

generic-function-methods (standard-generic-function)

Details

Returns the set of methods currently connected to the generic function. This is a set of method metaobjects. This value is maintained by the generic functions add-method and remove-method.

Methods

generic-function-methods (generic-function standard-generic-function)
No behavior is specified for this method beyond that which is specified for their respective generic functions.

The value returned by this method is maintained by add-method (standard-generic-function standard-method) and remove-method (standard-generic-function standard-method).