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

A CONSTANT_Module entry. More...

#include <types.hpp>

Public Attributes

constant_pool_index name_index
 Index of the module-name utf8_constant.
 

Static Public Attributes

static constexpr constant_pool_tag tag = constant_pool_tag::module
 
static constexpr std::size_t slot_count = 1
 

Detailed Description

A CONSTANT_Module entry.

Definition at line 227 of file types.hpp.

Member Data Documentation

◆ name_index

constant_pool_index rpnx::cortado::module_constant::name_index

Index of the module-name utf8_constant.

Definition at line 231 of file types.hpp.

◆ slot_count

std::size_t rpnx::cortado::module_constant::slot_count = 1
staticconstexpr

Definition at line 230 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::module_constant::tag = constant_pool_tag::module
staticconstexpr

Definition at line 229 of file types.hpp.


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