final CodeAttribute codeAttr
= new CodeAttribute(getCodeAttributeUtf8(),
0, // maxStack
countMethodArgWords(methodSig), // maxLocals
begin,
new ExceptionTable(),
new AttributeVector());
augmenter.addMethod(methodName, methodSig, accessFlags,
codeAttr, exceptAttr);
}