Previous: SecondConstantPool Attribute, Up: Class Attributes


7.2.11 DataGroups Attribute

This attribute contains information abous static (non-trivial) data groups defined in the class. The format of the attribute is as follows:

     DataGroups_attribute {
       u2 attribute_name_index;
       u4 attribute_length;
       u2 groups_count;
       {
          u2 name_index;
          u2 access_flags;
          assignable_info members;
       } groups[groups_count];
     }

The meaning of the fields: