Initializer

init(containerClassDescription:containerSpecifier:key:name:)

Invokes the super class’s init(containerClassDescription:containerSpecifier:key:) method and then sets the name instance variable to name. スーパークラスのもつinit(containerClassDescription:containerSpecifier:key:)メソッドを発動して、それからnameインスタンス変数をnameに設定します。

Declaration 宣言

init(containerClassDescription classDesc: NSScriptClassDescription, 
containerSpecifier container: NSScriptObjectSpecifier?, 
 key property: String, 
name: String)

See Also 参照

Related Documentation 関連文書