|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A StackMapTable attribute. More...
#include <attributes.hpp>
Public Attributes | |
| constant_pool_index | name_index |
UTF-8 constant containing StackMapTable. | |
| std::vector< stack_map_frame > | entries |
| Frames in strictly increasing effective bytecode-offset order. | |
A StackMapTable attribute.
Definition at line 165 of file attributes.hpp.
| std::vector< stack_map_frame > rpnx::cortado::stack_map_table_attribute::entries |
Frames in strictly increasing effective bytecode-offset order.
Definition at line 168 of file attributes.hpp.
| constant_pool_index rpnx::cortado::stack_map_table_attribute::name_index |
UTF-8 constant containing StackMapTable.
Definition at line 167 of file attributes.hpp.