Handbook
Glossary
next-method-quot ( method -- quot )
Vocabulary
generic
Inputs
method
an
object
Outputs
quot
an
object
Definition
USING:
assocs
classes.private
kernel
namespaces
words
;
IN:
generic
:
next-method-quot
( method -- quot )
next-method-quot-cache
get
[
[
"method-class"
word-prop
]
[
"method-generic"
word-prop
dup
"combination"
word-prop
]
bi
next-method-quot*
]
cache
;