DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(goops.info.gz) Classes

Info Catalog (goops.info.gz) Introspection (goops.info.gz) Slots
 
 Classes
 -------
 
  - primitive procedure: class-name class
      Return the name of class CLASS.  This is the value of the CLASS
      metaobject's `name' slot.
 
  - primitive procedure: class-direct-supers class
      Return a list containing the direct superclasses of CLASS.  This
      is the value of the CLASS metaobject's `direct-supers' slot.
 
  - primitive procedure: class-direct-slots class
      Return a list containing the slot definitions of the direct slots
      of CLASS.  This is the value of the CLASS metaobject's
      `direct-slots' slot.
 
  - primitive procedure: class-direct-subclasses class
      Return a list containing the direct subclasses of CLASS.  This is
      the value of the CLASS metaobject's `direct-subclasses' slot.
 
  - primitive procedure: class-direct-methods class
      Return a list of all the generic function methods that use CLASS
      as a formal parameter specializer.  This is the value of the CLASS
      metaobject's `direct-methods' slot.
 
  - primitive procedure: class-precedence-list class
      Return the class precedence list for class CLASS ( Class
      precedence list).  This is the value of the CLASS metaobject's
      `cpl' slot.
 
  - primitive procedure: class-slots class
      Return a list containing the slot definitions for all CLASS's
      slots, including any slots that are inherited from superclasses.
      This is the value of the CLASS metaobject's `slots' slot.
 
  - primitive procedure: class-environment class
      Return the value of CLASS's `environment' slot.  [ *fixme*  I
      don't know what this value is used for. ]
 
  - procedure: class-subclasses class
      Return a list of all subclasses of CLASS.
 
  - procedure: class-methods class
      Return a list of all methods that use CLASS or a subclass of CLASS
      as one of its formal parameter specializers.
 
Info Catalog (goops.info.gz) Introspection (goops.info.gz) Slots
automatically generated byinfo2html