|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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_index > | exports_to_indexes |
One exports entry in a Module attribute.
Definition at line 587 of file attributes.hpp.
| constant_pool_index rpnx::cortado::module_exports_info::exports_index |
Definition at line 589 of file attributes.hpp.
| std::vector< constant_pool_index > rpnx::cortado::module_exports_info::exports_to_indexes |
Definition at line 591 of file attributes.hpp.
| module_exports_opens_flags rpnx::cortado::module_exports_info::flags {module_exports_opens_flags::none} |
Definition at line 590 of file attributes.hpp.