Class Identity-Preserving-Class

This class serves a very special purpose, namely being able to return the very same instance in make-instance for slot definition meta instances.

Part of:

package cl-perec

Slot

direct-slots
Reader:class-direct-slots.
direct-superclasses
Reader:class-direct-superclasses.
name
Initargs::name; Accessors:slot-definition-name.
plist
Initargs:sb-pcl::plist; Accessors:object-plist.
prototype
Reader:class-prototype.
slots
Reader:class-slots.

Other Method

class-name-ofReturns the name of thing's class.
slot-namesReturns a list of the names of the slots of a class (including
both direct and inherited slots). ...
type-name