Next: , Previous: Methods Data Structure, Up: Methods Data Structure


3.3.1 Code Attribute

The structure of a method's Code attribute is as follows:

There is no requirement on a Java Virtual Machine to recognize any attributes in the attributes item above. A virtual machine may recognize for debugging and specification purposes the following code attributes: LineNumberTable, LocalVariableTable.

BML related code attributes are described in Code Attributes.