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

Lines Matching refs:kids

553     /// Add all elements of kids list as children of this node
555 /// <param name="kids"></param>
556 procedure AddChildren(const Kids: IList<IBaseTree>);
1163 procedure AddChildren(const Kids: IList<IBaseTree>);
2180 procedure TBaseTree.AddChildren(const Kids: IList<IBaseTree>);
2184 for T in Kids do