Lines Matching refs:TTreeParser
1617 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()
3785 function TTreeParser.GetTreeNodeStream: ITreeNodeStream; in GetTreeNodeStream()
3790 procedure TTreeParser.MatchAny(const Input: IIntStream);
3822 procedure TTreeParser.Mismatch(const Input: IIntStream;
3828 procedure TTreeParser.Reset;
3835 procedure TTreeParser.SetTreeNodeStream(const Value: ITreeNodeStream);
3840 procedure TTreeParser.TraceIn(const RuleName: String; const RuleIndex: Integer);
3845 procedure TTreeParser.TraceOut(const RuleName: String;