Index   Class hierarchy   All packages

DOCU-TYPE

Superclass for all documentation items

Defined in package LISP-DOCUMENTATION.
This class is intern.

Class hierarchy   Slots   Methods


Class hierarchy for class DOCU-TYPE:


Slots

EXPORTED Initarg: :EXPORTED Initform: NIL Accessor: EXPORTED
is the item exported?
FILE Initarg: :FILE Initform: NIL Accessor: FILE
file in which this item is defined
INPACKAGE Initarg: :INPACKAGE Initform: :COMMON-LISP-USER Accessor: INPACKAGE
package in which this item is defined
NAME Initarg: :NAME Initform: NIL Accessor: NAME
the symbol-name of the item


Methods

DOCU-IS-EXPORTED
    
table [DOCU-TABLE] symbol [DOCU-TYPE]