[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: types of objects slots
- To: clisp-list <clisp-list@ma2s2.mathematik.uni-karlsruhe.de>
- Subject: Re: types of objects slots
- From: Don Cohen <donc@ISI.EDU>
- Date: Sat, 01 Jul 95 18:17:40 PDT
- In-reply-to: Your message of "Sat, 24 Jun 95 00:33:08 +0200." <9506232233.AA11271@kafka>
Looking at clos.lsp, I see that (clos::class-direct-slots <class>)
returns a list of slot specs, and if :type was specified for a slot
it's slot spec (a list) contains (:name <slotname> ... :type <type> ...)