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

Lines Matching full:child2

1008     ///   (root child1 ... child2).
4137 Child1, Child2: IANTLRInterface;
4157 Child2 := Adaptor.GetChild(T2, I);
4158 if (not _Equals(Child1, Child2, Adaptor)) then
4192 Child2: ITreePattern;
4220 Child2 := T2.GetChild(I) as ITreePattern;
4221 if (not _Parse(Child1, Child2, Labels)) then