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

compileAndReturnError(_:)

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

Declaration 宣言

func compileAndReturnError(_ errorInfo: AutoreleasingUnsafeMutablePointer<NSDictionary?>?) -> Bool

Parameters パラメータ

errorInfo

On return, if an error occurs, a pointer to an error information dictionary. オンで、エラーが起こるならば、エラー情報辞書へのポインタを返します。

Return Value 戻り値

true for success or if the script was already compiled, false otherwise. 成功またはスクリプトが既にコンパイルされたならばtrue、そうでないならfalse

See Also 参照

Compiling and Executing a Script スクリプトのコンパイルと実行