?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
classa class
generica generic


Outputs
method/fa method or f


Word description
Looks up a method definition.

See also
lookup-method, create-method, M:

Definition


: ?lookup-method ( class generic -- method/f )
"methods" word-prop at ;