/* */ public void insertAfterMethod(CtMethod origMethod, CtMethod afterMethod)
/* */ throws CannotCompileException
/* */ {
/* */ try
/* */ {
/* 481 */ this.transformers = new TransformAfter(this.transformers, origMethod, afterMethod);
/* */ }
/* */ catch (NotFoundException e)
/* */ {
/* 485 */ throw new CannotCompileException(e);
/* */ }