class-name
class => name
class-name
(class class)
class---a class object.
name---a symbol.
Returns the name of the given class.
section find-class [Accessor] , section Classes
If S is a symbol such that S =(class-name C) and C =(find-class S), then S is the proper name of C. For further discussion, see section Classes.
The name of an anonymous class is nil.
Go to the first, previous, next, last section, table of contents.