Function 関数

class_setSuperclass

Sets the superclass of a given class. ある与えられたクラスのスーパークラスを設定します。

Declaration 宣言

Class class_setSuperclass(Class cls, Class newSuper);

Parameters パラメータ

cls

The class whose superclass you want to set.

newSuper

The new superclass for cls.

Return Value 戻り値

The old superclass for cls.

Discussion 解説

You should not use this function.

See Also 参照

Working with Classes クラスを扱う