public void addWriteObjectMethod()
{
final String methodName = JAVA_Object_writeObject_Name;
final String methodSig = JAVA_Object_writeObject_Sig;
final int accessFlags = JAVA_Object_writeObject_Mods;
final ExceptionsAttribute exceptAttr
= new ExceptionsAttribute(
pool.addUtf8(ExceptionsAttribute.expectedAttrName),
pool.addClass("java/io/IOException"));
// begin of method body
final InsnTarget begin = new InsnTarget();