npt-japanese

% Standard-Generic-Function NO-NEXT-METHOD

UP


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のエラーを発生します。

参考

call-next-method

備考

なし。


TOP, Github