CLCS
Standard Generic Function

class-name

Syntax

class-name classname

Method Signatures

class-name (class class)

Arguments and Values

classa class object.
namea symbol.

Description

Returns the name of the given class.

See Also

find-class, Classes

Notes

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 Classes.

The name of an anonymous class is nil.