/* 555 */ ca.getAttributes().add(va);
/* */ }
/* */
/* 558 */ int maxLocals = ca.getMaxLocals();
/* 559 */ String desc = Descriptor.of(type);
/* 560 */ va.addEntry(0, ca.getCodeLength(), cp.addUtf8Info(name), cp.addUtf8Info(desc), maxLocals);
/* */
/* 562 */ ca.setMaxLocals(maxLocals + Descriptor.dataSize(desc));
/* */ }
/* */
/* */ public void insertParameter(CtClass type)