Instance Property インスタンスプロパティ

superclass

Returns the class description instance for the superclass of the receiver’s class. レシーバのもつクラスのスーパークラスに対するクラス記述インスタンスを返します。

Declaration 宣言

var superclass: NSScriptClassDescription? { get }

Return Value 戻り値

A class description instance that describes the superclass of the receiver’s class. Returns nil if the class has no superclass. あるクラス記述インスタンス、それはレシーバのもつスーパークラスを記述します。nilを返します、もしクラスがスーパークラスを持たないならば。

Discussion 議論

The instance of NSScriptClassDescription that describes the superclass can be in the same suite as the receiver or in a different suite. スーパークラスを記述するNSScriptClassDescriptionのインスタンスは、レシーバと同じスイートの中にまたは異なるスイートの中にあることができます。

See Also 参照

Getting a Script Class Description スクリプトクラス記述を取得する