Instance Method インスタンスメソッド

classDescription(withAppleEventCode:)

Returns the class description associated with the given four-character Apple event code, code. 与えられた4文字アップルイベントコード、codeと結び付けられたクラス記述を返します。

Declaration 宣言

func classDescription(withAppleEventCode appleEventCode: FourCharCode) -> NSScriptClassDescription?

Discussion 議論

Overriding behavior is important here. Multiple classes can have the same code if the classes have an uninterrupted linear inheritance from one another. For example, if class B is a subclass of A and class C is a subclass of B, and all three classes have the same four-character Apple event code, then this method returns the class description for class C. オーバーライド挙動は、ここでは重要です。複数のクラスが同じコードを持つことができます、もしそれらクラスがお互いからある途切れない線形継承を持つならば。例えば、クラスBがAのサブクラスであるそしてクラスCがBのサブクラスである、そして3つのクラス全てが同じ4文字アップルイベントコードを持つならば、そのときこのメソッドはクラスCに対するクラス記述を返します。

See Also 参照

Getting and Registering Class Descriptions クラス記述の取得と登録