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

A CONSTANT_Package entry. More...

#include <types.hpp>

Public Attributes

constant_pool_index name_index
 Index of the package-name utf8_constant.
 

Static Public Attributes

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

Detailed Description

A CONSTANT_Package entry.

Definition at line 236 of file types.hpp.

Member Data Documentation

◆ name_index

constant_pool_index rpnx::cortado::package_constant::name_index

Index of the package-name utf8_constant.

Definition at line 240 of file types.hpp.

◆ slot_count

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

Definition at line 239 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::package_constant::tag = constant_pool_tag::package
staticconstexpr

Definition at line 238 of file types.hpp.


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