[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dispatching methods on a class type



In article <1992Oct11.000428.2035@pentagon-gw.army.mil> grant@pentagon-gw.army.mil (Pete Grant) writes:

   In article <9210020306.AA19613@taarna> taarna!kaveh%comback.UUCP@IRO.UMontreal.CA (Kaveh Kardan) writes:
   >
   >I am wondering if there is a way in clos of dispatching methods on a class
   >itself, as opposed to instances of the class.
   >

You can call CLASS-PROTOTYPE on the class to get an instance, upon which
you can then dispatch.