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

A CONSTANT_Class entry. More...

#include <types.hpp>

Public Attributes

constant_pool_index name_index
 Index of a utf8_constant containing an internal class or array name.
 

Static Public Attributes

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

Detailed Description

A CONSTANT_Class entry.

Definition at line 130 of file types.hpp.

Member Data Documentation

◆ name_index

constant_pool_index rpnx::cortado::class_constant::name_index

Index of a utf8_constant containing an internal class or array name.

Definition at line 134 of file types.hpp.

◆ slot_count

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

Definition at line 133 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::class_constant::tag = constant_pool_tag::class_reference
staticconstexpr

Definition at line 132 of file types.hpp.


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