Boo.Lang.Parser.BooParsingStep.ParserError C# (CSharp) 메소드

ParserError() 개인적인 메소드

private ParserError ( LexicalInfo data, antlr error ) : void
data LexicalInfo
error antlr
리턴 void
        void ParserError(LexicalInfo data, antlr.NoViableAltException error)
        {
            _context.Errors.Add(CompilerErrorFactory.UnexpectedToken(data, error, error.token.getText()));
        }