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

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

#include <attributes.hpp>

Public Attributes

constant_pool_index opens_index
 
module_exports_opens_flags flags {module_exports_opens_flags::none}
 
std::vector< constant_pool_indexopens_to_indexes
 

Detailed Description

One opens entry in a Module attribute.

Definition at line 596 of file attributes.hpp.

Member Data Documentation

◆ flags

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

Definition at line 599 of file attributes.hpp.

◆ opens_index

constant_pool_index rpnx::cortado::module_opens_info::opens_index

Definition at line 598 of file attributes.hpp.

◆ opens_to_indexes

std::vector< constant_pool_index > rpnx::cortado::module_opens_info::opens_to_indexes

Definition at line 600 of file attributes.hpp.


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