% Standard-Generic-Function NO-NEXT-METHOD
Standard Generic Function NO-NEXT-METHOD
no-next-method generic-function method &rest args => result*
no-next-method (generic-function standard-generic-function)
(method standard-method) &rest args
generic-function - methodが属しているジェネリック関数
method - 次のメソッドがないときにcall-next-methodを呼び出したメソッド
args - call-next-methodの引数
result - オブジェクト
ジェネリック関数no-next-methodは、
次のメソッドが存在しないときにcall-next-methodによって呼び出されます。
ジェネリック関数slot-unboundは、
プログラマーによって呼び出されることを想定していません。
プログラマーはメソッドを書くことができます。
なし。
なし。
システムが提供するno-next-methodのメソッドは、
型errorのエラーを発生します。
なし。