Go to the first, previous, next, last section, table of contents.


findMosKeyClassMethod?

Function: findMosKeyClassMethod? { key argno g-fn slot -> tOrNil mtd slot }
file: job.t
package: muf
status: alpha

The findMosKeyClassMethod? function searches the given key instance's classMethod vector for a method for the given argument-number and generic-fn, starting at the given slot. Return value tOrNil is nil if no such method is found, otherwise the mtd return value is the method found, and the slot return value is the slot at which to resume searching, should that be desired.

See section findMosKeyObjectMethod?.


Go to the first, previous, next, last section, table of contents.