npt-japanese

% Standard-Generic-Function (SETF CLASS-NAME)

UP


Standard-Generic-Function (SETF CLASS-NAME)

Standard Generic Function (SETF CLASS-NAME)

構文

(setf class-name) new-value class => new-value

メソッド宣言

(setf class-name) new-value (class class)

引数と戻り値

new-value - シンボル
class - クラス

定義

ジェネリック関数setf-class-nameは、 classオブジェクトの名前を設定します。

例文

なし。

影響

なし。

例外

なし。

参考

find-class, proper name(正しい名前), 4.3. クラス

備考

なし。


TOP, Github