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

Lines Matching refs:SetChild

291     procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface);
471 procedure SetChild(const I: Integer; const T: ITree);
558 procedure SetChild(const I: Integer; const T: ITree);
1164 procedure SetChild(const I: Integer; const T: ITree); virtual;
1296 procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface); virtual;
2384 procedure TBaseTree.SetChild(const I: Integer; const T: ITree);
2862 procedure TBaseTreeAdaptor.SetChild(const T: IANTLRInterface; const I: Integer;
2865 (T as ITree).SetChild(I, Child as ITree);