HomeSort by relevance Sort by last modified time
    Searched refs:GetCharErrorDisplay (Results 1 - 4 of 4) sorted by null

  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
Lexer.cs 284 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(int c)
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
Lexer.cs 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 " +
372 GetCharErrorDisplay( mre.A ) + ".." + GetCharErrorDisplay( mre.B );
381 public virtual string GetCharErrorDisplay( int c
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/
SlimLexer.cs 359 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( int c
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 218 milliseconds