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

richTextSource

Returns the syntax-highlighted source code of the receiver if the receiver has been compiled and its source code is available. レシーバがコンパイルされてそれのソースコードが利用可能ならば、シンタックスハイライトされたレシーバのソースコードを返します。

Declaration 宣言

@property(nullable, readonly, strong) NSAttributedString *richTextSource;

Discussion 議論

Returns nil otherwise. It is possible for an instance of NSAppleScript that has been instantiated with initWithContentsOfURL:error: to be a script for which the source code is not available, but is nonetheless executable. nilをそうでなければ返します。NSAppleScriptでインスタンス化されたinitWithContentsOfURL:error:のインスタンスにとって、ソースコードが利用可能でないが、それにもかかわらず実行可能であるスクリプトであるというのは可能です。