Next Prev Up Top Contents Index

12.2 Examining information about combined methods

The method combinations view lets you examine information about the combined methods of the current generic function. On supplying a signature to the generic function browser, the combined methods of the generic function are displayed together with the arguments that match that method combination point.

Method combinations show you the calling order of methods defined on a generic function. They use the class precedence lists of the classes on which the methods of a generic function operate. Being able to view these combinations gives you a simple way of seeing how before, after, and around methods are used in a particular generic function.

You can display this view by clicking the Method Combinations tab. The method combinations view is shown in Generic function browser displaying method combinations below.

 

Figure 12.2 Generic function browser displaying method combinations

The method combinations view has a number of main sections, described below.

12.2.1 Function box

12.2.2 Signatures button

12.2.3 Arguments types box

12.2.4 List of method combinations

12.2.5 Description list

12.2.6 Performing operations on signatures


Common LispWorks User Guide - 14 Dec 2001

Next Prev Up Top Contents Index