C# Class Antlr4.StringTemplate.Misc.TemplateCompiletimeMessage

Inheritance: Antlr4.StringTemplate.Misc.TemplateMessage
Datei anzeigen Open project: antlr/antlrcs

Public Methods

Method Description
TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token ) : Antlr4.StringTemplate.Compiler
TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token, System.Exception cause ) : Antlr4.StringTemplate.Compiler
TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token, System.Exception cause, object arg ) : Antlr4.StringTemplate.Compiler
TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token, System.Exception cause, object arg, object arg2 ) : Antlr4.StringTemplate.Compiler
ToString ( ) : string

Method Details

TemplateCompiletimeMessage() public method

public TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token ) : Antlr4.StringTemplate.Compiler
error Antlr4.StringTemplate.Misc.ErrorType
sourceName string
templateToken Antlr.Runtime.IToken
token Antlr.Runtime.IToken
return Antlr4.StringTemplate.Compiler

TemplateCompiletimeMessage() public method

public TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token, System.Exception cause ) : Antlr4.StringTemplate.Compiler
error Antlr4.StringTemplate.Misc.ErrorType
sourceName string
templateToken Antlr.Runtime.IToken
token Antlr.Runtime.IToken
cause System.Exception
return Antlr4.StringTemplate.Compiler

TemplateCompiletimeMessage() public method

public TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token, System.Exception cause, object arg ) : Antlr4.StringTemplate.Compiler
error Antlr4.StringTemplate.Misc.ErrorType
sourceName string
templateToken Antlr.Runtime.IToken
token Antlr.Runtime.IToken
cause System.Exception
arg object
return Antlr4.StringTemplate.Compiler

TemplateCompiletimeMessage() public method

public TemplateCompiletimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, string sourceName, Antlr.Runtime.IToken templateToken, Antlr.Runtime.IToken token, System.Exception cause, object arg, object arg2 ) : Antlr4.StringTemplate.Compiler
error Antlr4.StringTemplate.Misc.ErrorType
sourceName string
templateToken Antlr.Runtime.IToken
token Antlr.Runtime.IToken
cause System.Exception
arg object
arg2 object
return Antlr4.StringTemplate.Compiler

ToString() public method

public ToString ( ) : string
return string