Package: closer-mop

Generic Function specializer-direct-methods

Lambda List

specializer-direct-methods (specializer)

Arguments

The specializer argument is a specializer metaobject.

Return Value

The result of this generic function is a possibly empty list of method metaobjects.

Details

This generic function returns the possibly empty set of those methods, connected to generic functions, which have specializer as a specializer. The elements of this set are method metaobjects. This value is maintained by the generic functions add-direct-method and remove-direct-method.

Methods

specializer-direct-methods (specializer class)
No behavior is specified for this method beyond that which is specified for the generic function.

This method cannot be overridden unless the following methods are overridden as well:

add-direct-method (class method)
remove-direct-method (class method)
specializer-direct-generic-functions (class)


specializer-direct-methods (specializer eql-specializer)
No behavior is specified for this method beyond that which is specified for the generic function.