Type Method
型メソッド
class()
Returns self
(the class object).
self
を返します(クラスオブジェクト)。
Return Value
戻り値
self
. Because this is a class method, it returns the class object
self
。これはクラスメソッドであることから、それはクラスオブジェクトを返します。
See Also
参照
Describing a Proxy Class or Object
プロキシクラスまたはオブジェクトを記述する
var description: String
A string containing the real class name and the id of the receiver as a hexadecimal number.
レシーバの実オブジェクト名とidを16進数として含んでいる文字列。
var debugDescription: String
A string containing the real class name and the id of the receiver as a hexadecimal number.
レシーバの実オブジェクト名とidを16進数として含んでいる文字列。
Related Documentation
関連文書
+ class
Returns the class object.
クラスオブジェクトを返します。
- class
Returns the class object for the receiver’s class.
レシーバのもつクラスのクラスオブジェクトを返します。