예제 #1
0
 public void IOError(TemplateMessage msg)
 {
 }
예제 #2
0
 public void RuntimeError(TemplateMessage msg)
 {
 }
예제 #3
0
 public virtual void RuntimeError(TemplateMessage msg)
 {
     ReportError(msg);
 }
예제 #4
0
 public void InternalError(TemplateMessage msg)
 {
 }
예제 #5
0
 public void IOError(TemplateMessage msg)
 {
 }
예제 #6
0
 public void CompiletimeError(TemplateMessage msg)
 {
     ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
 }
예제 #7
0
파일: Target.cs 프로젝트: sharwell/antlr4cs
 public virtual void InternalError(TemplateMessage msg)
 {
     ReportError(msg);
 }
예제 #8
0
 public void CompiletimeError(TemplateMessage msg)
 {
 }
예제 #9
0
파일: Target.cs 프로젝트: sharwell/antlr4cs
 public virtual void CompiletimeError(TemplateMessage msg)
 {
     ReportError(msg);
 }
예제 #10
0
파일: Target.cs 프로젝트: sharwell/antlr4cs
 public virtual void RuntimeError(TemplateMessage msg)
 {
     ReportError(msg);
 }
예제 #11
0
 public void RuntimeError(Antlr4.StringTemplate.Misc.TemplateMessage msg)
 {
     throw new NotImplementedException();
 }
예제 #12
0
 protected virtual void ReportError(TemplateMessage msg)
 {
     target.GetCodeGenerator().tool.errMgr.ToolError(ErrorType.STRING_TEMPLATE_WARNING, msg.Cause, msg.ToString());
 }
예제 #13
0
 public virtual void InternalError(TemplateMessage msg)
 {
     ReportError(msg);
 }
예제 #14
0
 public void CompiletimeError(TemplateMessage msg)
 {
     Console.Error.WriteLine("ErrorManager init error: " + msg);
 }
예제 #15
0
파일: Target.cs 프로젝트: sharwell/antlr4cs
 protected virtual void ReportError(TemplateMessage msg)
 {
     target.GetCodeGenerator().tool.errMgr.ToolError(ErrorType.STRING_TEMPLATE_WARNING, msg.Cause, msg.ToString());
 }
예제 #16
0
 public void InternalError(TemplateMessage msg)
 {
     Console.Error.WriteLine("ErrorManager init error: " + msg);
 }
예제 #17
0
 public void RuntimeError(TemplateMessage msg)
 {
     ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
 }
예제 #18
0
 public void RuntimeError(TemplateMessage msg)
 {
 }
예제 #19
0
 public void RuntimeError(TemplateMessage msg)
 {
     Console.Error.WriteLine("ErrorManager init error: " + msg);
 }
예제 #20
0
 public void InternalError(TemplateMessage msg)
 {
 }
예제 #21
0
 public void CompiletimeError(TemplateMessage msg)
 {
 }
예제 #22
0
 public void InternalError(TemplateMessage msg)
 {
     ErrorManager.Error(ErrorManager.MSG_INTERNAL_ERROR, msg.ToString(), msg.Cause);
 }
예제 #23
0
 public virtual void CompiletimeError(TemplateMessage msg)
 {
     ReportError(msg);
 }