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

One exports entry in a Module attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index exports_index
 
module_exports_opens_flags flags {module_exports_opens_flags::none}
 
std::vector< constant_pool_indexexports_to_indexes
 

Detailed Description

One exports entry in a Module attribute.

Definition at line 587 of file attributes.hpp.

Member Data Documentation

◆ exports_index

constant_pool_index rpnx::cortado::module_exports_info::exports_index

Definition at line 589 of file attributes.hpp.

◆ exports_to_indexes

std::vector< constant_pool_index > rpnx::cortado::module_exports_info::exports_to_indexes

Definition at line 591 of file attributes.hpp.

◆ flags

module_exports_opens_flags rpnx::cortado::module_exports_info::flags {module_exports_opens_flags::none}

Definition at line 590 of file attributes.hpp.


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