C# Class Antlr3.Tool.ErrorManager.DefaultSTListener

Inheritance: Antlr3.ST.IStringTemplateErrorListener
Datei anzeigen Open project: antlr/antlrcs

Public Methods

Method Description
CompiletimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
IOError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
InternalError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
RuntimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void

Method Details

CompiletimeError() public method

public CompiletimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
return void

IOError() public method

public IOError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
return void

InternalError() public method

public InternalError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
return void

RuntimeError() public method

public RuntimeError ( Antlr4.StringTemplate.Misc.TemplateMessage msg ) : void
msg Antlr4.StringTemplate.Misc.TemplateMessage
return void