Package: closer-mop
Generic Function class-precedence-list
Lambda List
class-precedence-list (pcl-class)
Details
Returns the class precedence list of class. The elements of this list
are class metaobjects.
During class finalization finalize-inheritance calls compute-class-precedence-list to compute the class precedence list of the class. That value is associated with the class metaobject and is returned by class-precedence-list.
This generic function signals an error if class has not been finalized.
During class finalization finalize-inheritance calls compute-class-precedence-list to compute the class precedence list of the class. That value is associated with the class metaobject and is returned by class-precedence-list.
This generic function signals an error if class has not been finalized.