Type Method 型メソッド

superclass

Returns the class object for the receiver’s superclass. レシーバのスーパークラスに対するクラスオブジェクトを返します。

Declaration 宣言

+ (Class)superclass;

Return Value 戻り値

The class object for the receiver’s superclass. レシーバのスーパークラスに対するクラスオプジェクト。

See Also 参照

Identifying Classes クラスの識別

Related Documentation 関連文書