[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
find-method & new pcl
- To: commonloops.pa@Xerox.COM
- Subject: find-method & new pcl
- From: Rob Pettengill <rcp@sw.MCC.COM>
- Date: Thu, 8 Dec 88 14:33:35 CST
- Redistributed: commonloops.pa
I noticed that find-method is still not in PCL. However
pcl::real-get-method is an appears to have exactly the functionality
of find-method. If so should this be renamed or at least exported
under the name find-method?
<cl> (pcl::real-get-method (symbol-function 'pcl:print-object) ()
(mapcar #'pcl:find-class '(pcl::STANDARD-METHOD t))
nil)
#<Standard-Method PCL:PRINT-OBJECT (PCL::STANDARD-METHOD T) 17433551>
;rob