Type Method
型メソッド
superclass
Returns the class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオブジェクトを返します。
Technology
- Objective-C Runtime
Objective-Cランタイム
Return Value
戻り値
The class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオプジェクト。
See Also
参照
Identifying Classes
クラスの識別
+ class
Returns the class object.
クラスオブジェクトを返します。
+ isSubclassOfClass:
Returns a Boolean value that indicates whether the receiving class is a subclass of, or identical to, a given class.
受け取り手のクラスが、指定されたあるクラスのサブクラス、またはそれと同一であるかどうかを指し示すブール値を返します。
Related Documentation
関連文書
superclass
Returns the class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオブジェクトを返します。