Handbook
Glossary
(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
method
a
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
USING:
kernel
;
IN:
generic
:
(call-next-method)
( method -- )
[
next-method-quot
]
[
call
]
[
no-next-method
]
?if
;