Function: SB-INTROSPECT:WHO-SPECIALIZES-GENERALLY

package type github

Search for source locations of methods specializing on CLASS-DESIGNATOR, or a subclass of it. Returns an alist of method name, definition-source pairs.

A method matches the criterion either if it specializes on the designated class itself or a subclass of it (this includes CLASS-EQ specializers), or if it eql-specializes on an instance of the designated class or a subclass of it.

Experimental.

Lambda list

(sb-introspect::class-designator)