Home
last modified time | relevance | path

Searched defs:GetErrorHeader (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
H A DTreeParser.cs155 public override string GetErrorHeader(RecognitionException e) { in GetErrorHeader() method in Antlr.Runtime.Tree.TreeParser
/aosp_15_r20/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
H A DBaseRecognizer.cs335 public virtual string GetErrorHeader(RecognitionException e) { in GetErrorHeader() method in Antlr.Runtime.BaseRecognizer
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.pas786 function GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader() function
2266 function GetErrorHeader(const E: ERecognitionException): String; virtual; in GetErrorHeader() function
4319 function TBaseRecognizer.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader() function
H A 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