C# Class Antlr4.Parse.v4ParserException

Inheritance: Antlr.Runtime.RecognitionException
Show file Open project: sharwell/antlr4cs

Public Properties

Property Type Description
msg string

Public Methods

Method Description
v4ParserException ( string msg, Antlr.Runtime.IIntStream input )

Method Details

v4ParserException() public method

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

Property Details

msg public property

public string msg
return string