/* 237 */ constrInstructions.append(new ALOAD(0));
/* 238 */ constrInstructions.append(new ALOAD(1));
/* 239 */ constrInstructions.append(new ALOAD(2));
/* 240 */ constrInstructions.append(new ALOAD(3));
/* 241 */ constrInstructions.append(new INVOKESPECIAL(constrRefIndex));
/* 242 */ constrInstructions.append(new RETURN());
/* */
/* 244 */ MethodGen constrMethod = new MethodGen(1, Type.VOID, new Type[] { new ObjectType(MBeanInfo.class.getName()), new ObjectType(AttributeOperationResolver.class.getName()), new ObjectType(Object.class.getName()) }, new String[] { "info", "resolver", "resource" }, "<init>", className, constrInstructions, cp);
/* */
/* 255 */ constrMethod.setMaxStack(4);
/* */