(call-next-method) ( method -- )
Factor handbook » The language » Objects » Generic words and methods » Calling less-specific methods

Prev:call-next-method
Next:next-method ( class generic -- method/f )


Vocabulary
generic

Inputs
methoda method


Outputs
None

Word description
Low-level word implementing call-next-method.

Notes
The call-next-method word parses into this word. The following are equivalent:
M: class generic call-next-method ; M: class generic M\ class generic (call-next-method) ;


See also
call-next-method, next-method

Definition