Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:GetNodeText

244     function GetNodeText(const T: IANTLRInterface): String;
1288 function GetNodeText(const T: IANTLRInterface): String; virtual;
1323 function GetNodeText(const T: IANTLRInterface): String; override;
2813 function TBaseTreeAdaptor.GetNodeText(const T: IANTLRInterface): String;
2929 function TCommonTreeAdaptor.GetNodeText(const T: IANTLRInterface): String;
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);