Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching full:character

38      *  A lexer is recognizer that draws input symbols from a character stream.
311 /** <summary>What is the index of the current character of lookahead?</summary> */
342 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting );
350 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character );
356 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay( e.Character );
361 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
366 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
371 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " +
404 * a token, so do the easy thing and just kill a character and hope