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


getMethodSlot

Function: getMethodSlot { method slot -> op arg }
file: job.t
package: muf
status: alpha

The getMethodSlot prim returns the op and arg stored in that slot of the method. It is expected that op will be t if no check is needed, :isA if the corresponding generic function argument must be an instance of class arg, or :eql if the corresponding generic function argument must be eql to arg.

See section setMethodSlot.


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