method-qualifiers | Standard Generic Function |
method-qualifiers method → qualifiers
method-qualifiers (method standard-method)
method — a method.
qualifiers — a proper list.
Returns a list of the qualifiers of the method.
(defmethod some-gf :before ((a integer)) a) → #<STANDARD-METHOD SOME-GF (:BEFORE) (INTEGER) 42736540> (method-qualifiers *) → (:BEFORE)