Searched refs:intree (Results 1 – 1 of 1) sorted by relevance
4077 private void doTest(TreeNode intree) throws Exception in doTest() argument4079 doTest(m_xDoc, intree, true); in doTest()4082 private void doTest(TreeNode intree, boolean insert) throws Exception in doTest() argument4084 doTest(m_xDoc, intree, insert); in doTest()4087 private void doTest(XTextDocument xDoc, TreeNode intree, in doTest() argument4090 dumpTree(intree, "I: "); in doTest()4093 new TreeInserter(xDoc).insertTree(intree); in doTest()4112 new FuzzyTester().doTest(intree, outtree); in doTest()
Completed in 23 milliseconds