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

Lines Matching refs:ChildIndex

137         procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
150 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
216 CheckEquals(R0.ChildIndex,-1);
240 CheckEquals(Root.ChildIndex, -1);
244 Check(C0.ChildIndex = 1);
246 Check(C1.ChildIndex = 2);
248 Check(C2.ChildIndex = 3);
351 CheckEquals(Dup.ChildIndex, -1);
369 CheckEquals(R0.ChildIndex, -1);
371 CheckEquals(C0.ChildIndex, 0);
373 CheckEquals(C1.ChildIndex, 1);
375 CheckEquals(C2.ChildIndex, 2);
398 CheckEquals(Root.ChildIndex, -1);
402 Check(C0.ChildIndex = 0);
404 Check(C1.ChildIndex = 1);
406 Check(C2.ChildIndex = 2);
602 CheckEquals(T.ChildIndex, -1);
2091 Parent: IANTLRInterface; const ChildIndex: Integer;
2101 FList.Add(TANTLRString.Create(S + '[' + IntToStr(ChildIndex) + ']'));
2115 Parent: IANTLRInterface; const ChildIndex: Integer;
2125 FList.Add(TANTLRString.Create(S + '[' + IntToStr(ChildIndex) + ']'