class-slots
Generic Function CLASS-SLOTS
Syntax:
class-slots class => slots
Arguments and values:
class -- A class metaobject.
slots -- List of effective slot definition metaobjects.
Description:
Returns a possibly empty set of the slots accessible in instances of class. The elements of this set are effective slot definition metaobjects.
During class finalizationfinalize-inheritance calls compute-slots to compute the slots of the class. That value is associated with the class metaobject and is returned by class-slots.
This generic function signals an error if class has not been finalized.
Methods: