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

One component in a Record attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 
constant_pool_index descriptor_index
 
std::vector< record_component_attributeattributes
 

Detailed Description

One component in a Record attribute.

Definition at line 671 of file attributes.hpp.

Member Data Documentation

◆ attributes

std::vector< record_component_attribute > rpnx::cortado::record_component_info::attributes

Definition at line 675 of file attributes.hpp.

◆ descriptor_index

constant_pool_index rpnx::cortado::record_component_info::descriptor_index

Definition at line 674 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::record_component_info::name_index

Definition at line 673 of file attributes.hpp.


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