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