A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://www.lispworks.com/documentation/HyperSpec/Body/f_method.htm below:

CLHS: Standard Generic Function METHOD-QUALIFIERS

CLHS: Standard Generic Function METHOD-QUALIFIERS Standard Generic Function METHOD-QUALIFIERS

Syntax:

method-qualifiers method => qualifiers

Method Signatures:

method-qualifiers (method standard-method)

Arguments and Values:

method---a method.

qualifiers---a proper list.

Description:

Returns a list of the qualifiers of the method.

Examples:

 (defmethod some-gf :before ((a integer)) a)
=>  #<STANDARD-METHOD SOME-GF (:BEFORE) (INTEGER) 42736540>
 (method-qualifiers *) =>  (:BEFORE)

Affected By: None.

Exceptional Situations: None.

See Also:

define-method-combination

Notes: None.


Copyright 1996-2005, LispWorks Ltd. All rights reserved.

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4