Previous: SecondConstantPool Attribute, Up: Class Attributes
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:
ACC_PUBLIC
, ACC_PROTECTED
,
ACC_PRIVATE
and ACC_STATIC
. Only one of ACC_PUBLIC
, ACC_PROTECTED
,
ACC_PRIVATE
can be set.