/* 66 */ code.setMaxLocals(regno + 1);
/* 67 */ code.addInvokespecial(this.clazz, "<init>", desc);
/* */
/* 69 */ code.addReturn(null);
/* 70 */ minfo.setCodeAttribute(code.toCodeAttribute());
/* 71 */ cf.addMethod(minfo);
/* */ }
/* */ catch (CannotCompileException e) {
/* 74 */ throw new CompileError(e);
/* */ }
/* */ catch (NotFoundException e) {