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


setMosKeyParent

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

The setMosKeyParent prim sets the slot-th direct superclass of mosKey instance key to be mosClass. This is a low-level call which only fills in a slot -- it won't take care of (for example) inheritance of slots from val!

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 getMosKeyParent.


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