C# Class Antlr4.Tool.DefaultToolListener

Inheritance: ANTLRToolListener
Show file Open project: sharwell/antlr4cs Class Usage Examples

Public Properties

Property Type Description
tool AntlrTool

Public Methods

Method Description
DefaultToolListener ( AntlrTool tool ) : Antlr4.StringTemplate
Error ( ANTLRMessage msg ) : void
Info ( string msg ) : void
Warning ( ANTLRMessage msg ) : void

Method Details

DefaultToolListener() public method

public DefaultToolListener ( AntlrTool tool ) : Antlr4.StringTemplate
tool AntlrTool
return Antlr4.StringTemplate

Error() public method

public Error ( ANTLRMessage msg ) : void
msg ANTLRMessage
return void

Info() public method

public Info ( string msg ) : void
msg string
return void

Warning() public method

public Warning ( ANTLRMessage msg ) : void
msg ANTLRMessage
return void

Property Details

tool public property

public AntlrTool tool
return AntlrTool