#include <classfile.h>
See spec section 4.8.
The definitions of u1 and u2 and u4 may be found in jrtypes.h to decouple these primative types from class file specifics. This is because these three definitions are used all over the code and not just in class file areas.
For internal use only.
typedef placed here to avoid forward reference.
Definition at line 95 of file classfile.h.
Data Fields | |
u4 | attribute_length |
u2 | attribute_name_index |
u1 | info [1] |
Spec pseudo-code: info[attribute_length ];. |
|
Definition at line 97 of file classfile.h. Referenced by cfattrib_loadattribute(), and classfile_loadclassdata(). |
|
Definition at line 98 of file classfile.h. Referenced by cfattrib_loadattribute(). |
|
Spec pseudo-code:
Definition at line 100 of file classfile.h. Referenced by cfattrib_loadattribute(). |