Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1617 TTreeParser = class(TBaseRecognizer, ITreeParser) class
3721 constructor TTreeParser.Create(const AInput: ITreeNodeStream);
3727 constructor TTreeParser.Create(const AInput: ITreeNodeStream;
3734 function TTreeParser.GetCurrentInputSymbol( in GetCurrentInputSymbol()
3740 function TTreeParser.GetErrorHeader(const E: ERecognitionException): String; in GetErrorHeader()
3748 function TTreeParser.GetErrorMessage(const E: ERecognitionException; in TTreeParser.GetErrorMessage()
3753 if (Self is TTreeParser) then
3765 function TTreeParser.GetInput: IIntStream; in GetInput()
3770 function TTreeParser.GetMissingSymbol(const Input: IIntStream; in TTreeParser.GetMissingSymbol()
3780 function TTreeParser.GetSourceName: String; in TTreeParser.GetSourceName()
[all …]