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

Lines Matching refs:Child1

1008     ///   (root child1 ... child2).
4137 Child1, Child2: IANTLRInterface;
4156 Child1 := Adaptor.GetChild(T1, I);
4158 if (not _Equals(Child1, Child2, Adaptor)) then
4191 Child1: IANTLRInterface;
4219 Child1 := FAdaptor.GetChild(T1, I);
4221 if (not _Parse(Child1, Child2, Labels)) then