Method COMPUTE-DEFAULT-INITARGS

Syntax:

compute-default-initargs (class standard-class) => initargs

Description:

This is a method on the generic function compute-default-initargs.

This method computes the default initialization arguments according to the rules described in the section of the CLOS Specification called ``Defaulting of Initialization Arguments.''

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

This method can be overridden.

Issues:

How can class be a forward reference class?