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.
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-of | Returns the name of thing's class. |
|---|
| slot-names | Returns a list of the names of the slots of a class (including both direct and inherited slots). ... |
|---|
| type-name | |
|---|