|  | ANSI Common Lisp  4 Types and Classes  4.4 Dictionary of Types and Classes 
 
| 4.4.12  standard-method | System Class |  
 Class Precedence List:
standard-method,
method,
standard-object,
t
Description:
The class standard-method is the default class of 
methods defined by the 
 defmethod and
 defgeneric forms.
Allegro CL Implementation Details:
 None. |