2 + exc_len + // exceptions
2 + attrs_len, // attributes
max_stack, max_locals, byte_code, c_exc, code_attrs, cp.getConstantPool());
addAttribute(code);
}
ExceptionTable et = null;
if (throws_vec.size() > 0) {
addAttribute(et = getExceptionTable(cp));
// Add `Exceptions' if there are "throws" clauses
}
Method m = new Method(access_flags, name_index, signature_index, getAttributes(), cp