Instance Method
インスタンスメソッド
class
Returns the class object for the receiver’s class.
レシーバのもつクラスのクラスオブジェクトを返します。
Required.
必須。
Technology
- Objective-C Runtime
Objective-Cランタイム
Return Value
戻り値
The class object for the receiver’s class.
See Also
参照
Identifying Classes
クラスの識別
superclass
Returns the class object for the receiver’s superclass.
レシーバのスーパークラスに対するクラスオブジェクトを返します。
Required.
必須。
Related Documentation
関連文書
+ class
Returns the class object.
クラスオブジェクトを返します。