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

Lines Matching refs:c2

80 			CommonTree c0, c1, c2;
83 r0.AddChild(c2 = new CommonTree(new CommonToken(103)));
91 Assert.AreEqual(r0, c2.Parent);
92 Assert.AreEqual(2, c2.ChildIndex);
104 CommonTree c0, c1, c2;
107 r0.AddChild(c2 = new CommonTree(new CommonToken(103)));
119 Assert.AreEqual(2, c2.ChildIndex);
132 CommonTree c0, c1, c2;
135 r0.AddChild(c2 = new CommonTree(new CommonToken(103)));
147 Assert.AreEqual(3, c2.ChildIndex);