The object system supplies a set of meta-objects, called standard meta-objects.
These include the class standard-object
and
instances of the classes standard-method
,
standard-generic-function
, and method-combination
.
standard-method
is the default class of
methods defined by the
defmethod
and
defgeneric
forms.
standard-generic-function
is the default class of
generic functions defined by the forms
defmethod
,
defgeneric
,
and
defclass
.
standard-object
is an instance of the class standard-class
and is a superclass of every class that is an
instance of standard-class
except itself and
structure-class
.
method-combination
.