Antlr3.Tool.ErrorManager.InitSTListener.RuntimeError C# (CSharp) Метод

RuntimeError() публичный Метод

public RuntimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
Результат void
            public void RuntimeError(TemplateMessage msg)
            {
                Console.Error.WriteLine("ErrorManager init error: " + msg);
            }