C# 클래스 Antlr4.Parse.v4ParserException

상속: Antlr.Runtime.RecognitionException
파일 보기 프로젝트 열기: sharwell/antlr4cs

공개 프로퍼티들

프로퍼티 타입 설명
msg string

공개 메소드들

메소드 설명
v4ParserException ( string msg, Antlr.Runtime.IIntStream input )

메소드 상세

v4ParserException() 공개 메소드

public v4ParserException ( string msg, Antlr.Runtime.IIntStream input )
msg string
input Antlr.Runtime.IIntStream

프로퍼티 상세

msg 공개적으로 프로퍼티

public string msg
리턴 string