Previous: Fields data structure, Up: The Class File Format
The methods data structure is an array of method structure items. Each item consists of:
The last item is an array of additional attributes that provide additional information about the method. Each Java Virtual Machine should recognize the attributes Code, Exceptions, and Synthetic. Every method which is not abstract or native must have exactly one Code attribute (otherwise zero).
BML related method attributes are described in chapter Method attributes.