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

A LocalVariableTable attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 
std::vector< local_variable_infovariables
 

Detailed Description

A LocalVariableTable attribute.

Definition at line 266 of file attributes.hpp.

Member Data Documentation

◆ name_index

constant_pool_index rpnx::cortado::local_variable_table_attribute::name_index

Definition at line 268 of file attributes.hpp.

◆ variables

std::vector< local_variable_info > rpnx::cortado::local_variable_table_attribute::variables

Definition at line 269 of file attributes.hpp.


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