From: Jacek Generowicz
Subject: List of slots.
Date: 
Message-ID: <tyfptyrdx3m.fsf@pcitapi22.cern.ch>
How would one go about obtaining a list of all slots in a class (or
object) ?
From: Robert Monfera
Subject: Re: List of slots.
Date: 
Message-ID: <PV2P8.499$1n4.410161@news2.news.adelphia.net>
"Jacek Generowicz" <················@cern.ch> wrote in message
····················@pcitapi22.cern.ch...
| How would one go about obtaining a list of all slots in a class (or
| object) ?

Usually (mop:class-slots (class-of instance))
 - see the Metaobject Protocol (MOP) and read the manual of your Lisp
implementation.

Robert