/* 50 */ this.transformers = null;
/* */ }
/* */
/* */ public void replaceNew(CtClass newClass, CtClass calledClass, String calledMethod)
/* */ {
/* 96 */ this.transformers = new TransformNew(this.transformers, newClass.getName(), calledClass.getName(), calledMethod);
/* */ }