|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A JVM method_info structure. More...
#include <attributes.hpp>
Public Attributes | |
| method_access_flags | access_flags {method_access_flags::none} |
| Format-defined method access and property bits. | |
| constant_pool_index | name_index |
| UTF-8 constant containing the method name. | |
| constant_pool_index | descriptor_index |
| UTF-8 constant containing a method descriptor. | |
| std::vector< method_attribute > | attributes |
| Context-valid attributes in encoded order. | |
A JVM method_info structure.
Definition at line 737 of file attributes.hpp.
| method_access_flags rpnx::cortado::method_info::access_flags {method_access_flags::none} |
Format-defined method access and property bits.
Definition at line 739 of file attributes.hpp.
| std::vector< method_attribute > rpnx::cortado::method_info::attributes |
Context-valid attributes in encoded order.
Definition at line 742 of file attributes.hpp.
| constant_pool_index rpnx::cortado::method_info::descriptor_index |
UTF-8 constant containing a method descriptor.
Definition at line 741 of file attributes.hpp.
| constant_pool_index rpnx::cortado::method_info::name_index |
UTF-8 constant containing the method name.
Definition at line 740 of file attributes.hpp.