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

Lines Matching defs:ReplaceChildren

327     procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
386 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1303 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
1332 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
1416 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2045 procedure ReplaceChildren(const Parent: IANTLRInterface; const StartChildIndex,
2279 procedure TBaseTree.ReplaceChildren(const StartChildIndex,
2979 procedure TCommonTreeAdaptor.ReplaceChildren(const Parent: IANTLRInterface;
2983 (Parent as ITree).ReplaceChildren(StartChildIndex, StopChildIndex, T);
3230 procedure TCommonTreeNodeStream.ReplaceChildren(const Parent: IANTLRInterface;
3234 FAdaptor.ReplaceChildren(Parent, StartChildIndex, StopChildIndex, T);
4779 procedure TUnBufferedTreeNodeStream.ReplaceChildren(