Instance Method
インスタンスメソッド
compileAndReturnError:
Compiles the receiver, if it is not already compiled.
それがまだコンパイルされないならば、レシーバをコンパイルします。
Parameters
パラメータ
errorInfo
On return, if an error occurs, a pointer to an error information dictionary.
オンで、エラーが起こるならば、エラー情報辞書へのポインタを返します。
Return Value
戻り値
YES
for success or if the script was already compiled, NO
otherwise.
成功またはスクリプトが既にコンパイルされたならばYES
、そうでないならNO
。
See Also
参照
Compiling and Executing a Script
スクリプトのコンパイルと実行
- executeAndReturnError:
Executes the receiver, compiling it first if it is not already compiled.
レシーバを実行します、それがまだコンパイルされていないならばまず最初にコンパイルします。
- executeAppleEvent:error:
Executes an Apple event in the context of the receiver, as a means of allowing the application to invoke a handler in the script.
レシーバのコンテキストにおいてアップルイベントを実行します、アプリケーションにスクリプト中のハンドラを発動することを許可する手段として。