Skip to main content

compute-class-precedence-list-class

Method COMPUTE-CLASS-PRECEDENCE-LIST

Syntax:

compute-class-precedence-list (class class) => precedence-list

Description:

This is a method on the generic functioncompute-class-precedence-list.

This method computes the class precedence list according to the rules described in the section of the CLOS Specification called ``Determining the Class Precedence List.''

This method signals an error if class or any of its superclasses is a forward referenced class.

This method can be overridden.