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

A CONSTANT_String entry. More...

#include <types.hpp>

Public Attributes

constant_pool_index string_index
 Index of the utf8_constant containing the string contents.
 

Static Public Attributes

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

Detailed Description

A CONSTANT_String entry.

Definition at line 139 of file types.hpp.

Member Data Documentation

◆ slot_count

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

Definition at line 142 of file types.hpp.

◆ string_index

constant_pool_index rpnx::cortado::string_constant::string_index

Index of the utf8_constant containing the string contents.

Definition at line 143 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::string_constant::tag = constant_pool_tag::string
staticconstexpr

Definition at line 141 of file types.hpp.


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