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

Lines Matching full:catoptext

2800     function CatOpText(const A, B: IANTLRInterface): IANTLRInterface;
5799 function TTokenRewriteStream.CatOpText(const A, B: IANTLRInterface): IANTLRInterface;
6074 IOp.Text := CatOpText(IOp.Text, PrevIOp.Text);
6087 ROp.Text := CatOpText(IOp.Text, ROp.Text);