Main Page | Namespace List | Alphabetical List | Data Structures | Directories | File List | Data Fields | Globals | Related Pages

attribute_info Struct Reference

#include <classfile.h>


Detailed Description

Attributes of a field, method, or class.

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];.


Field Documentation

u2 attribute_info::attribute_name_index
 

Definition at line 97 of file classfile.h.

Referenced by cfattrib_loadattribute(), and classfile_loadclassdata().

u4 attribute_info::attribute_length
 

Definition at line 98 of file classfile.h.

Referenced by cfattrib_loadattribute().

u1 attribute_info::info[1]
 

Spec pseudo-code: info[attribute_length];.

Definition at line 100 of file classfile.h.

Referenced by cfattrib_loadattribute().


The documentation for this struct was generated from the following file:
Generated on Fri Sep 30 19:01:02 2005 by  doxygen 1.4.4