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

compileAndReturnError:

Compiles the receiver, if it is not already compiled. それがまだコンパイルされないならば、レシーバをコンパイルします。

Declaration 宣言

- (BOOL)compileAndReturnError:(NSDictionary<NSString *,id> * _Nullable *)errorInfo;

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 スクリプトのコンパイルと実行