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

Lines Matching refs:Dup

332   R0, R1, Dup: ICommonTree;
348 Dup := Adaptor.DupTree(R0) as ICommonTree;
350 CheckNull(Dup.Parent);
351 CheckEquals(Dup.ChildIndex, -1);
352 Dup.SanityCheckParentAndChildIndexes;