C# Класс Antlr4.StringTemplate.Misc.TemplateRuntimeMessage

Наследование: Antlr4.StringTemplate.Misc.TemplateMessage
Показать файл Открыть проект

Открытые методы

Метод Описание
GetSourceLocation ( ) : string
TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip )
TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame )
TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, System.Exception e, object arg )
TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, System.Exception e, object arg, object arg2 )
TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, System.Exception e, object arg, object arg2, object arg3 )
TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, object arg )
ToString ( ) : string

Описание методов

GetSourceLocation() публичный метод

public GetSourceLocation ( ) : string
Результат string

TemplateRuntimeMessage() публичный метод

public TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip )
error Antlr4.StringTemplate.Misc.ErrorType
ip int

TemplateRuntimeMessage() публичный метод

public TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame )
error Antlr4.StringTemplate.Misc.ErrorType
ip int
frame TemplateFrame

TemplateRuntimeMessage() публичный метод

public TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, System.Exception e, object arg )
error Antlr4.StringTemplate.Misc.ErrorType
ip int
frame TemplateFrame
e System.Exception
arg object

TemplateRuntimeMessage() публичный метод

public TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, System.Exception e, object arg, object arg2 )
error Antlr4.StringTemplate.Misc.ErrorType
ip int
frame TemplateFrame
e System.Exception
arg object
arg2 object

TemplateRuntimeMessage() публичный метод

public TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, System.Exception e, object arg, object arg2, object arg3 )
error Antlr4.StringTemplate.Misc.ErrorType
ip int
frame TemplateFrame
e System.Exception
arg object
arg2 object
arg3 object

TemplateRuntimeMessage() публичный метод

public TemplateRuntimeMessage ( Antlr4.StringTemplate.Misc.ErrorType error, int ip, TemplateFrame frame, object arg )
error Antlr4.StringTemplate.Misc.ErrorType
ip int
frame TemplateFrame
arg object

ToString() публичный метод

public ToString ( ) : string
Результат string