Lines Matching refs:GetNodeText
244 function GetNodeText(const T: IANTLRInterface): String;
1288 function GetNodeText(const T: IANTLRInterface): String; virtual; in GetNodeText() function
1323 function GetNodeText(const T: IANTLRInterface): String; override; in GetNodeText() function
2813 function TBaseTreeAdaptor.GetNodeText(const T: IANTLRInterface): String; in GetNodeText() function
2929 function TCommonTreeAdaptor.GetNodeText(const T: IANTLRInterface): String; in GetNodeText() function
3343 Text := FAdaptor.GetNodeText(T);
3352 Text := FAdaptor.GetNodeText(Stop);
3760 Adaptor.GetNodeText(E.Node));
4146 if (Adaptor.GetNodeText(T1) <> Adaptor.GetNodeText(T2)) then
4203 if (T2.HasTextArg) and (FAdaptor.GetNodeText(T1) <> T2.Text) then
4867 Text := FAdaptor.GetNodeText(P);