|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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_index > | opens_to_indexes |
One opens entry in a Module attribute.
Definition at line 596 of file attributes.hpp.
| module_exports_opens_flags rpnx::cortado::module_opens_info::flags {module_exports_opens_flags::none} |
Definition at line 599 of file attributes.hpp.
| constant_pool_index rpnx::cortado::module_opens_info::opens_index |
Definition at line 598 of file attributes.hpp.
| std::vector< constant_pool_index > rpnx::cortado::module_opens_info::opens_to_indexes |
Definition at line 600 of file attributes.hpp.