Lines Matching refs:oldRoot
177 CommonTree oldRoot = new CommonTree((IToken)null); in testBecomeRoot()
178 oldRoot.AddChild(new CommonTree(new CommonToken(101))); in testBecomeRoot()
179 oldRoot.AddChild(new CommonTree(new CommonToken(102))); in testBecomeRoot()
180 oldRoot.AddChild(new CommonTree(new CommonToken(103))); in testBecomeRoot()
183 adaptor.BecomeRoot(newRoot, oldRoot); in testBecomeRoot()
193 CommonTree oldRoot = new CommonTree(new CommonToken(101)); in testBecomeRoot2()
194 oldRoot.AddChild(new CommonTree(new CommonToken(102))); in testBecomeRoot2()
195 oldRoot.AddChild(new CommonTree(new CommonToken(103))); in testBecomeRoot2()
198 adaptor.BecomeRoot(newRoot, oldRoot); in testBecomeRoot2()
209 CommonTree oldRoot = new CommonTree((IToken)null); in testBecomeRoot3()
210 oldRoot.AddChild(new CommonTree(new CommonToken(101))); in testBecomeRoot3()
211 oldRoot.AddChild(new CommonTree(new CommonToken(102))); in testBecomeRoot3()
212 oldRoot.AddChild(new CommonTree(new CommonToken(103))); in testBecomeRoot3()
215 adaptor.BecomeRoot(newRoot, oldRoot); in testBecomeRoot3()
226 CommonTree oldRoot = new CommonTree(new CommonToken(101)); in testBecomeRoot5()
227 oldRoot.AddChild(new CommonTree(new CommonToken(102))); in testBecomeRoot5()
228 oldRoot.AddChild(new CommonTree(new CommonToken(103))); in testBecomeRoot5()
231 adaptor.BecomeRoot(newRoot, oldRoot); in testBecomeRoot5()