All Manuals > LispWorks IDE User Guide

NextPrevTopContentsIndex

8 The Class Browser

The Class Browser allows you to examine Common Lisp classes. It contains seven views, allowing you to view class information in a number of different ways. You can display each view by clicking the appropriate tab. The available views are as follows:

To create a Class Browser, choose Tools > Class Browser or click . Alternatively, to invoke a Class Browser on a Lisp object use Meta+X Describe Class in an Editor, or choose Class from any submenu that provides the standard action commands to invoke a Class Browser on the Lisp object referred to by that submenu, or click . This automatically browses the class of the Lisp object. For more information on how the standard action commands refer to objects in the environment, see Performing operations on selected objects.

8.1 Simple use of the Class Browser

8.2 Examining slot information

8.3 Examining superclasses and subclasses

8.4 Examining classes graphically

8.5 Examining generic functions and methods

8.6 Examining initargs

8.7 Examining class precedences


LispWorks IDE User Guide (Unix version) - 25 Nov 2011

NextPrevTopContentsIndex