Handbook
Glossary
add-next-method-dependency ( method -- )
Vocabulary
stack-checker
.
transforms
Inputs
method
an
object
Outputs
None
Definition
USING:
generic
kernel
stack-checker.dependencies
words
;
IN:
stack-checker.transforms
:
add-next-method-dependency
( method -- )
[
"method-class"
word-prop
]
[
"method-generic"
word-prop
]
bi
2dup
next-method
add-depends-on-next-method
;