Package: closer-mop

Generic Function finalize-inheritance

Lambda List

finalize-inheritance (class)

Arguments

The class argument is a class metaobject.

Return Value

The value returned by this generic function is unspecified.

Details

This generic function is called to finalize a class metaobject. This is described in the Section named "Class Finalization Protocol".

After finalize-inheritance returns, the class metaobject is finalized and the result of calling class-finalized-p on the class metaobject will be true.

Methods

finalize-inheritance (class standard-class)
finalize-inheritance (class funcallable-standard-class)
No behavior is specified for these methods beyond that which is specified for the generic function.


finalize-inheritance (class forward-referenced-class)
This method signals an error.