call-method, make-method
call-method, make-method Local Macro
Syntax:
call-method method &optional next-method-list → {result}*
make-method form → method-object
Arguments and Values:
method—a method object, or a list (see below); not evaluated.
method-object