Instance Property
インスタンスプロパティ
superclass
Returns the class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオブジェクトを返します。
Required.
必須。
Technology
- Objective-C Runtime
Objective-Cランタイム
Declaration
宣言
@property(readonly) Class superclass;
Return Value
戻り値
The class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオプジェクト。
See Also
参照
Identifying Classes
クラスの識別
- class
Returns the class object for the receiver’s class.
レシーバのもつクラスのクラスオブジェクトを返します。
Required.
必須。
Related Documentation
関連文書
+ superclass
Returns the class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオブジェクトを返します。