Public Methods | |
ConstantValue_attribute | findConstantValue_attribute () |
String | prototype (cp_info constant_pool[]) |
String | toName (cp_info constant_pool[]) |
Public Attributes | |
int | access_flags |
int | name_index |
int | descriptor_index |
int | attributes_count |
attribute_info | attributes [] |
Definition at line 119 of file field_info.java.
|
Locates a constant value attribute if one exists.
Definition at line 143 of file field_info.java. |
|
Returns the prototype of this field.
Definition at line 156 of file field_info.java. Referenced by ClassFile::listFields().
|
|
Returns the name of this field.
Definition at line 172 of file field_info.java. Referenced by ClassFile::fieldName().
|
|
Access flags for this field. Definition at line 121 of file field_info.java. |
|
Array of attribute_info objects for this field.
Definition at line 137 of file field_info.java. |
|
Count of attributes this field contains. Definition at line 133 of file field_info.java. |
|
Constant pool index of the type descriptor of this field.
Definition at line 131 of file field_info.java. |
|
Constant pool index of the name of this field.
Definition at line 126 of file field_info.java. |