|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
An unknown standard-extension or vendor attribute retained verbatim. More...
#include <attributes.hpp>
Public Attributes | |
| constant_pool_index | name_index |
| Attribute-name UTF-8 constant; arbitrary nonstandard names are retained. | |
| std::vector< std::byte > | info |
Exact payload bytes following attribute_length. | |
An unknown standard-extension or vendor attribute retained verbatim.
Definition at line 31 of file attributes.hpp.
| std::vector< std::byte > rpnx::cortado::unknown_attribute::info |
Exact payload bytes following attribute_length.
Definition at line 34 of file attributes.hpp.
| constant_pool_index rpnx::cortado::unknown_attribute::name_index |
Attribute-name UTF-8 constant; arbitrary nonstandard names are retained.
Definition at line 33 of file attributes.hpp.