Home
last modified time | relevance | path

Searched refs:GetErrorHeader (Results 1 – 6 of 6) sorted by relevance

/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeParser.cs170 public override string GetErrorHeader( RecognitionException e ) in GetErrorHeader() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeParser.cs155 public override string GetErrorHeader(RecognitionException e) { in GetErrorHeader() method in Antlr.Runtime.Tree.TreeParser
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DBaseRecognizer.cs222 string hdr = GetErrorHeader(e); in DisplayRecognitionError()
335 public virtual string GetErrorHeader(RecognitionException e) { in GetErrorHeader() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/CSharp3/Sources/Antlr3.Runtime/
DBaseRecognizer.cs247 string hdr = GetErrorHeader( e ); in DisplayRecognitionError()
392 public virtual string GetErrorHeader( RecognitionException e ) in GetErrorHeader() method in Antlr.Runtime.BaseRecognizer
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas786 function GetErrorHeader(const E: ERecognitionException): String;
2266 function GetErrorHeader(const E: ERecognitionException): String; virtual; in GetErrorHeader() function
4286 Hdr := GetErrorHeader(E);
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader() function
DAntlr.Runtime.Tree.pas1632 function GetErrorHeader(const E: ERecognitionException): String; override; in GetErrorHeader() function
3740 function TTreeParser.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader() function