LIST 72 ============================================================================ 2.6 Attributes Attributes are used at several different places in the class format. All attributes have the following format: GenericAttribute_info { u2 attribute_name; u4 attribute_length; u1 info[attribute_length]; } (أوخ¬) Code The "Code" attribute has the following format: Code_attribute { u2 attribute_name_index; u4 attribute_length; u2 max_stack; u2 max_locals; u4 code_length; u1 code[code_length]; u2 exception_table_length; { u2 start_pc; u2 end_pc; u2 handler_pc; u2 catch_type; } exception_table[exception_table_length]; u2 attributes_count; attribute_info attributes[attribute_count]; } ============================================================================