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

Lines Matching refs:MRE

5399   MRE: EMismatchedRangeException absolute E;
5425 Result := 'mismatched character ' + GetCharErrorDisplay(MRE.Character)
5426 + ' expecting set ' + GetCharErrorDisplay(MRE.A) + '..'
5427 + GetCharErrorDisplay(MRE.B)
5504 MRE: EMismatchedRangeException;
5513 MRE := EMismatchedRangeException.Create(A, B, FInput);
5514 Recover(MRE);
5515 raise MRE;