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

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

#include <attributes.hpp>

Public Attributes

constant_pool_index requires_index
 
module_requires_flags flags {module_requires_flags::none}
 
constant_pool_index version_index
 

Detailed Description

One requires entry in a Module attribute.

Definition at line 578 of file attributes.hpp.

Member Data Documentation

◆ flags

module_requires_flags rpnx::cortado::module_requires_info::flags {module_requires_flags::none}

Definition at line 581 of file attributes.hpp.

◆ requires_index

constant_pool_index rpnx::cortado::module_requires_info::requires_index

Definition at line 580 of file attributes.hpp.

◆ version_index

constant_pool_index rpnx::cortado::module_requires_info::version_index

Definition at line 582 of file attributes.hpp.


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