Searched refs:stopPruning (Results 1 – 8 of 8) sorted by relevance
176 boolean p = cc.stopPruning(true); in testExample()179 cc.stopPruning(p); in testExample()195 boolean p = cc.stopPruning(true); in testExample2()198 cc.stopPruning(p); in testExample2()
156 cc.stopPruning(true); in writeFile()159 cc.stopPruning(false); in writeFile()
18 cc.stopPruning(true); in accessClass()
610 outer.stopPruning(true); in testMethodInInner2()640 outer.stopPruning(true); in testMakeNestedClass()864 cc.stopPruning(false); in testPrune()
45 cc.stopPruning(true); in testDefreeze()743 targetCtClass.stopPruning(true); in testInterface()746 ctInterface.stopPruning(true); in testInterface()
167 cc.stopPruning(false); in testCheckModifyAndPruned()
1446 public boolean stopPruning(boolean stop) { return true; } in stopPruning() method in CtClass1592 boolean p = stopPruning(true); in debugWriteFile()1595 stopPruning(p); in debugWriteFile()
1626 public boolean stopPruning(boolean stop) in stopPruning() method in CtClassType