Searched defs:GetCharErrorDisplay (Results 1 - 3 of 3) sorted by relevance

/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
H A DLexer.cs342 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 " +
372 GetCharErrorDisplay( mre.A ) + ".." + GetCharErrorDisplay( mre.B );
381 public virtual string GetCharErrorDisplay( in method in class:Antlr.Runtime.Lexer
[all...]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DLexer.cs284 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting " + GetCharErrorDisplay(mte.Expecting);
290 msg = "no viable alternative at character " + GetCharErrorDisplay(e.Character);
294 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay(e.Character);
297 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
300 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " + mse.Expecting;
303 msg = "mismatched character " + GetCharErrorDisplay(e.Character) + " expecting set " +
304 GetCharErrorDisplay(mre.A) + ".." + GetCharErrorDisplay(mre.B);
311 public virtual string GetCharErrorDisplay(in method in class:Antlr.Runtime.Lexer
[all...]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
H A DSlimLexer.cs359 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting " + GetCharErrorDisplay( mte.Expecting );
367 msg = "no viable alternative at character " + GetCharErrorDisplay( e.Character );
373 msg = "required (...)+ loop did not match anything at character " + GetCharErrorDisplay( e.Character );
378 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
383 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " + mse.Expecting;
388 msg = "mismatched character " + GetCharErrorDisplay( e.Character ) + " expecting set " +
389 GetCharErrorDisplay( mre.A ) + ".." + GetCharErrorDisplay( mre.B );
398 public virtual string GetCharErrorDisplay( in method in class:Antlr.Runtime.SlimLexer
[all...]

Completed in 656 milliseconds