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

A LineNumberTable attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 
std::vector< line_number_infolines
 

Detailed Description

A LineNumberTable attribute.

Definition at line 247 of file attributes.hpp.

Member Data Documentation

◆ lines

std::vector< line_number_info > rpnx::cortado::line_number_table_attribute::lines

Definition at line 250 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::line_number_table_attribute::name_index

Definition at line 249 of file attributes.hpp.


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