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


setMosKeyAncestor

Function: setMosKeyAncestor { key slot mosClass -> }
file: job.t
package: muf
status: alpha

The setMosKeyAncestor prim sets the slot-th precedence list entry for mosKey instance key to be mosClass. This is a low-level call which only fills in a slot!

An error will be signalled unless either mosClass$s.key$s.fertile is non-nil, or else controlled (owned) by @$s.actingUser). (This allows users some control over subclassing of their classes by others.)

See section getMosKeyAncestor.


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