/* */ public void insertBeforeMethod(CtMethod origMethod, CtMethod beforeMethod)
/* */ throws CannotCompileException
/* */ {
/* */ try
/* */ {
/* 434 */ this.transformers = new TransformBefore(this.transformers, origMethod, beforeMethod);
/* */ }
/* */ catch (NotFoundException e)
/* */ {
/* 438 */ throw new CannotCompileException(e);
/* */ }