Next: , Previous: Constant Pool, Up: The Class File Format


3.2 Fields Data Structure

The fields data structure is an array of field structure items. Each item consists of:

The last item is an array of additional attributes that provide additional information about the field. Each Java Virtual Machine must recognize attributes ConstantValue, Synthetic, and Deprecated.

The BML-related field attributes are described in Field Attributes.