Handbook
Glossary
?lookup-method ( class generic -- method/f )
Factor handbook
»
The language
»
Objects
»
Generic words and methods
»
Generic word introspection
Prev:
lookup-method ( class generic -- method )
Next:
effective-method ( generic -- method )
Vocabulary
generic
Inputs
class
a
class
generic
a
generic
Outputs
method/f
a
method
or
f
Word description
Looks up a method definition.
See also
lookup-method
,
create-method
,
M:
Definition
USING:
assocs
words
;
IN:
generic
:
?lookup-method
( class generic -- method/f )
"methods"
word-prop
at
;