/* 96 */ this.transformers = new TransformNew(this.transformers, newClass.getName(), calledClass.getName(), calledMethod);
/* */ }
/* */
/* */ public void replaceNew(CtClass oldClass, CtClass newClass)
/* */ {
/* 122 */ this.transformers = new TransformNewClass(this.transformers, oldClass.getName(), newClass.getName());
/* */ }