RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
Loading...
Searching...
No Matches
rpnx::cortado::stack_map_table_attribute Struct Reference

A StackMapTable attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 UTF-8 constant containing StackMapTable.
 
std::vector< stack_map_frameentries
 Frames in strictly increasing effective bytecode-offset order.
 

Detailed Description

A StackMapTable attribute.

Definition at line 165 of file attributes.hpp.

Member Data Documentation

◆ entries

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.

◆ name_index

constant_pool_index rpnx::cortado::stack_map_table_attribute::name_index

UTF-8 constant containing StackMapTable.

Definition at line 167 of file attributes.hpp.


The documentation for this struct was generated from the following file: