Next: , Previous: The ClassModifiers attribute, Up: Class attributes


7.2.3 GhostField Attribute

This attribute contains the information about ghost fields of the class. The format of the attribute is the following:

     GhostField_attribute {
       u2 attribute_name_index;
       u4 attribute_length;
       u2 fields_count;
       {
         u2 access_flags;
         u2 bml_flags;
         u2 name_index;
         u2 descriptor_index;
         expression init_value;  
       } fields[fields_count];
     }

The meaning of the fields: