Function: SB-INTROSPECT:WHO-SPECIALIZES-DIRECTLY¶
Search for source locations of methods directly specializing on CLASS-DESIGNATOR. Returns an alist of method name, definition-source pairs.
A method matches the criterion either if it specializes on the same class as CLASS-DESIGNATOR designates (this includes CLASS-EQ specializers), or if it eql-specializes on an instance of the designated class.
Experimental.
Lambda list¶
(sb-introspect::class-designator)