class-name | Standard Generic Function |
class-name class → name
class-name (class class)
name — a symbol.
Returns the name of the given class.
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 4.3 (Classes).
The name of an anonymous class is nil.