Package: closer-mop
Generic Function method-generic-function
Lambda List
method-generic-function (standard-method)
Details
Returns the generic function that method is currently connected to, or nil if it is not currently connected to any generic function. This value is either a generic function metaobject or nil. When a method
is first created it is not connected to any generic function. This connection is maintained by the generic functions add-method and remove-method.
Methods
method-generic-function (method standard-method)
No behavior is specified for this method beyond that which is specified
for its generic function.
The value returned by this method is maintained by add-method (standard-generic-function standard-method) and remove-method (standard-generic-function standard-method).
The value returned by this method is maintained by add-method (standard-generic-function standard-method) and remove-method (standard-generic-function standard-method).