Antlr4.Runtime.LexerNoViableAltException.LexerNoViableAltException C# (CSharp) Method

LexerNoViableAltException() public method

public LexerNoViableAltException ( Lexer lexer, ICharStream input, int startIndex, ATNConfigSet deadEndConfigs ) : System.Globalization
lexer Lexer
input ICharStream
startIndex int
deadEndConfigs ATNConfigSet
return System.Globalization
        public LexerNoViableAltException(Lexer lexer, ICharStream input, int startIndex, ATNConfigSet deadEndConfigs)
            : base(lexer, input)
        {
            this.startIndex = startIndex;
            this.deadEndConfigs = deadEndConfigs;
        }
LexerNoViableAltException