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

Lines Matching full:ftext

1796     FText: String;
1846 FText: String;
1892 FText: String;
2574 FText: IANTLRInterface;
2593 property Text: IANTLRInterface read FText write FText;
3755 Result := FText;
3830 FText := Value;
3891 FText := AText;
3926 if (FText <> '') then
3927 Result := FText
3983 FText := Value;
4023 FText := AOldToken.Text;
4041 FText := AOldToken.Text;
4059 FText := AText;
4068 FText := AText;
4094 Result := FText;
4129 FText := Value;
4150 Txt := FText;
6401 FText := AText;
6428 Result := FText;
6451 FText := Value;
6463 Result := '<' + OpName + '@' + IntToStr(FIndex) + ':"' + FText.ToString + '">';