Instance Property
インスタンスプロパティ
superclassDescription
Returns the class description instance for the superclass of the receiver’s class.
レシーバのもつクラスのスーパークラスに対するクラス記述インスタンスを返します。
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
スクリプトクラス記述を取得する
+ classDescriptionForClass:
Returns the class description for the specified class or, if it is not scriptable, for the first superclass that is.
措定されたクラスに対するまたは、それがスクリプト対応でないならば、そうである最初のスーパークラスに対するクラス記述を返します。
- classDescriptionForKey:
Returns the class description instance for the class type of the specified attribute or relationship.
指定された属性またはリレーションシップのクラス型に対するクラス記述インスタンスを返します。