UnityScript.Parser.UnityScriptParser.ReportError C# (CSharp) Method

ReportError() protected method

protected ReportError ( CompilerError error ) : void
error CompilerError
return void
        protected void ReportError(CompilerError error)
        {
            this._context.get_Errors().Add(error);
        }
UnityScriptParser