C# 클래스 MichaelReukauff.Lexer.Error

상속: Token
파일 보기 프로젝트 열기: mreu/ProtobufLanguageService

공개 메소드들

메소드 설명
Error ( int line, Match match, CodeType codeType, string message ) : System.Diagnostics

Initializes a new instance of the Error class.

Error ( int line, int position, int length, string text, CodeType codeType, string message ) : System.Diagnostics

Initializes a new instance of the Error class.

메소드 상세

Error() 공개 메소드

Initializes a new instance of the Error class.
public Error ( int line, Match match, CodeType codeType, string message ) : System.Diagnostics
line int The line.
match System.Text.RegularExpressions.Match The match.
codeType CodeType The code type.
message string The message.
리턴 System.Diagnostics

Error() 공개 메소드

Initializes a new instance of the Error class.
public Error ( int line, int position, int length, string text, CodeType codeType, string message ) : System.Diagnostics
line int The line.
position int The position.
length int The length.
text string The text.
codeType CodeType The code type.
message string The message.
리턴 System.Diagnostics