/* */
/* 215 */ int var = getMaxLocals();
/* 216 */ incMaxLocals(1);
/* 217 */ while (catchList != null)
/* */ {
/* 219 */ Pair p = (Pair)catchList.head();
/* 220 */ catchList = catchList.tail();
/* 221 */ Declarator decl = (Declarator)p.getLeft();
/* 222 */ Stmnt block = (Stmnt)p.getRight();
/* */
/* 224 */ decl.setLocalVar(var);
/* */
/* 226 */ CtClass type = this.resolver.lookupClassByJvmName(decl.getClassName());
/* 227 */ decl.setClassName(MemberResolver.javaToJvmName(type.getName()));