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

Lines Matching refs:c1

80 			CommonTree c0, c1, c2;
82 r0.AddChild(c1 = new CommonTree(new CommonToken(102)));
89 Assert.AreEqual(r0, c1.Parent);
90 Assert.AreEqual(1, c1.ChildIndex);
104 CommonTree c0, c1, c2;
106 r0.AddChild(c1 = new CommonTree(new CommonToken(102)));
117 Assert.AreEqual(1, c1.ChildIndex);
132 CommonTree c0, c1, c2;
134 r0.AddChild(c1 = new CommonTree(new CommonToken(102)));
145 Assert.AreEqual(2, c1.ChildIndex);