method-combination (original) (raw)

ANSI Common Lisp 4 Types and Classes 4.4 Dictionary of Types and Classes

4.4.15 method-combination System Class

Class Precedence List:

method-combination,t

Description:

Every method combination object is an indirect instance of the class method-combination. A method combination object represents the information about the method combination being used by a generic function. A method combination object contains information about both the type of method combination and the arguments being used with that type.

Allegro CL Implementation Details:

None.