#include <classfile.h>
See spec section 4.6
For internal use only.
typedef placed here to avoid forward reference.
Definition at line 232 of file classfile.h.
Data Fields | |
u2 | access_flags |
Bitwise access flags, containing various of the ACC_xxx definitions. | |
attribute_info_dup ** | attributes |
Field attributes array. | |
u2 | attributes_count |
Size of attributes. | |
u2 | descriptor_index |
Index into constant_pool of UTF8 string containing the descriptor of this field. | |
field_info::LOCAL_field_binding | LOCAL_field_binding |
Local implementation late binding extensions for fields. | |
u2 | name_index |
Index into constant_pool of UTF8 string containing the name of this field. | |
Data Structures | |
struct | LOCAL_field_binding |
Local implementation late binding extensions for fields. More... |
|
Bitwise access flags, containing various of the ACC_xxx definitions.
Definition at line 234 of file classfile.h. Referenced by class_get_static_field_data(), class_get_static_field_lookups(), and classfile_loadclassdata(). |
|
Index into constant_pool of UTF8 string containing the name of this field.
Definition at line 238 of file classfile.h. Referenced by classfile_loadclassdata(), and field_find_by_cp_entry(). |
|
Index into constant_pool of UTF8 string containing the descriptor of this field.
Definition at line 241 of file classfile.h. Referenced by classfile_loadclassdata(). |
|
Size of
Definition at line 244 of file classfile.h. Referenced by attribute_find_in_field_by_cp_entry(), attribute_find_in_field_by_enum(), and classfile_loadclassdata(). |
|
Field attributes array.
The spec pseudo-code defines this as:
Notice that the Definition at line 246 of file classfile.h. Referenced by attribute_find_in_field_by_cp_entry(), attribute_find_in_field_by_enum(), and classfile_loadclassdata(). |
|
Local implementation late binding extensions for fields. Uses LOCAL_ as a prefix to signify an item that is not part of the JVM spec itself, but an implementation detail. For internal use only.
An Referenced by classfile_loadclassdata(). |