|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A JVM field_info structure. More...
#include <attributes.hpp>
Public Attributes | |
| field_access_flags | access_flags {field_access_flags::none} |
| Format-defined field access and property bits. | |
| constant_pool_index | name_index |
| UTF-8 constant containing the unqualified field name. | |
| constant_pool_index | descriptor_index |
| UTF-8 constant containing a field descriptor. | |
| std::vector< field_attribute > | attributes |
| Context-valid attributes in encoded order. | |
A JVM field_info structure.
Definition at line 727 of file attributes.hpp.
| field_access_flags rpnx::cortado::field_info::access_flags {field_access_flags::none} |
Format-defined field access and property bits.
Definition at line 729 of file attributes.hpp.
| std::vector< field_attribute > rpnx::cortado::field_info::attributes |
Context-valid attributes in encoded order.
Definition at line 732 of file attributes.hpp.
| constant_pool_index rpnx::cortado::field_info::descriptor_index |
UTF-8 constant containing a field descriptor.
Definition at line 731 of file attributes.hpp.
| constant_pool_index rpnx::cortado::field_info::name_index |
UTF-8 constant containing the unqualified field name.
Definition at line 730 of file attributes.hpp.