[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
getting at the slots in a class
- To: Macintosh Common Lisp <info-macl@cambridge.apple.com>
- Subject: getting at the slots in a class
- From: Craig Fournier <75026.1755@CompuServe.COM>
- Date: 10 Feb 92 01:04:42 EST
How do you get a list of the slots (names) in a class? Old object lisp code
like this worked:
(defmethod (get-slots my-class) ()
(local-vars self))
Is there a similar predefined function like local-vars in CLOS?