Type Method 型メソッド

description()

Returns a string that represents the contents of the receiving class. レシーバであるクラスの内容を表した文字列を返します。

Declaration 宣言

class func description() -> String

Return Value 戻り値

A string that represents the contents of the receiving class. レシーバであるクラスの内容を表した文字列。

Discussion 解説

The debugger’s print-object command invokes this method to produce a textual description of an object. デバッガの持つ「オブジェクト出力」コマンドは、このメソッドを発動することで、あるオブジェクトのテキスト記述を生成します。

NSObject's implementation of this method simply prints the name of the class.

See Also 参照

Related Documentation 関連文書