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

Lines Matching defs:GetChild

288     function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface;
461 function GetChild(const I: Integer): ITree;
1154 function GetChild(const I: Integer): ITree; virtual;
1295 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual;
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override;
2220 Child := GetChild(C);
2236 function TBaseTree.GetChild(const I: Integer): ITree;
2379 Child := GetChild(C) as ICommonTree;
2484 Result := GetChild(0).CharPositionInLine
2507 Result := GetChild(0).Line
2701 NewRootTree := NewRootTree.GetChild(0)
2779 Child := GetChild(T, I);
2797 function TBaseTreeAdaptor.GetChild(const T: IANTLRInterface;
2800 Result := (T as ITree).GetChild(I);
2853 R := R.GetChild(0);
2907 function TCommonTreeAdaptor.GetChild(const T: IANTLRInterface;
2913 Result := (T as ITree).GetChild(I);
3101 FillBuffer(FAdaptor.GetChild(T, C));
4156 Child1 := Adaptor.GetChild(T1, I);
4157 Child2 := Adaptor.GetChild(T2, I);
4184 _Index(FAdaptor.GetChild(T, I), M);
4219 Child1 := FAdaptor.GetChild(T1, I);
4220 Child2 := T2.GetChild(I) as ITreePattern;
4240 _Visit(FAdaptor.GetChild(T, I), T, I, TokenType, Visitor);
4884 ToStringWork(FAdaptor.GetChild(P, C), Stop, Buf);
4903 FCurrentNode := FAdaptor.GetChild(FCurrentNode, Child);