Antlr4.Runtime.LexerNoViableAltException.LexerNoViableAltException C# (CSharp) 메소드

LexerNoViableAltException() 공개 메소드

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