[HARLEQUIN][Common Lisp HyperSpec (TM)] [Previous][Up][Next]


Standard Generic Function COMPUTE-APPLICABLE-METHODS

Syntax:

compute-applicable-methods generic-function function-arguments => methods

Method Signatures:

compute-applicable-methods (generic-function standard-generic-function)

Arguments and Values:

generic-function---a generic function.

function-arguments---a list of arguments for the generic-function.

methods---a list of method objects.

Description:

Given a generic-function and a set of function-arguments, the function compute-applicable-methods returns the set of methods that are applicable for those arguments sorted according to precedence order. See Section 7.6.6 (Method Selection and Combination).

Affected By:

defmethod

Exceptional Situations: None.

See Also:

Section 7.6.6 (Method Selection and Combination)

Notes: None.


The following X3J13 cleanup issue, not part of the specification, applies to this section:


[Starting Points][Contents][Index][Symbols][Glossary][Issues]
Copyright 1996, The Harlequin Group Limited. All Rights Reserved.