/* 771 */ b.setStackDepth(ca.getMaxStack() + 1);
/* 772 */ Javac jv = new Javac(b, cc);
/* */ try {
/* 774 */ int nvars = jv.recordParams(getParameterTypes(), Modifier.isStatic(getModifiers()));
/* */
/* 776 */ jv.recordParamNames(ca, nvars);
/* 777 */ CtClass rtype = getReturnType0();
/* 778 */ int varNo = jv.recordReturnType(rtype, true);
/* 779 */ jv.recordLocalVariables(ca, 0);
/* */
/* 782 */ int handlerLen = insertAfterHandler(asFinally, b, rtype, varNo, jv, src);