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

Lines Matching refs:getErrorHeader

786     function GetErrorHeader(const E: ERecognitionException): String;
1422 /// for most recent token with line/col info, but notify getErrorHeader()
2266 function GetErrorHeader(const E: ERecognitionException): String; virtual;
4286 Hdr := GetErrorHeader(E);
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String;