LispWorks IDE User Guide > 8 The Class Browser > 8.3 Examining superclasses and subclasses

NextPrevUpTopContentsIndex

8.3.4 Description list

This list displays a description of the first class selected in either the Superclasses or Subclasses lists, or the current class if there is no selection in either of these lists. The following information is printed:

Package

The name of the package that the selected class is defined in.

Name

The name of the selected class.

Metaclass

The class of the selected class. The metaclass is the class of Lisp object that the current class belongs to.

Accessibility

The accessibility of the selected class--whether the symbol is external or internal, as returned by find-symbol .

To operate on any of the items displayed in this area, select them and choose a command from the Description menu. This menu contains the standard actions commands described in Performing operations on selected objects. You can operate on more than one item at once by making a multiple selection in this area.


LispWorks IDE User Guide (Macintosh version) - 22 Dec 2009

NextPrevUpTopContentsIndex