Return the name of class class. This is the value of the class metaobject's
nameslot.
Return a list containing the direct superclasses of class. This is the value of the class metaobject's
direct-supersslot.
Return a list containing the slot definitions of the direct slots of class. This is the value of the class metaobject's
direct-slotsslot.
Return a list containing the direct subclasses of class. This is the value of the class metaobject's
direct-subclassesslot.
Return a list of all the generic function methods that use class as a formal parameter specializer. This is the value of the class metaobject's
direct-methodsslot.
Return the class precedence list for class class (see Class precedence list). This is the value of the class metaobject's
cplslot.
Return a list containing the slot definitions for all class's slots, including any slots that are inherited from superclasses. This is the value of the class metaobject's
slotsslot.