/* 765 */ ClassFile cf = getClassFile2();
/* 766 */ EnclosingMethodAttribute ema = (EnclosingMethodAttribute)cf.getAttribute("EnclosingMethod");
/* */
/* 769 */ if (ema != null) {
/* 770 */ CtClass enc = this.classPool.get(ema.className());
/* 771 */ return enc.getMethod(ema.methodName(), ema.methodDescriptor());
/* */ }
/* */
/* 774 */ return null;
/* */ }
/* */