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

A CONSTANT_Dynamic entry. More...

#include <types.hpp>

Public Attributes

bootstrap_method_index bootstrap_method_attr_index
 Bootstrap method used to compute the constant.
 
constant_pool_index name_and_type_index
 Index describing the dynamic constant's name and field descriptor.
 

Static Public Attributes

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

Detailed Description

A CONSTANT_Dynamic entry.

Definition at line 207 of file types.hpp.

Member Data Documentation

◆ bootstrap_method_attr_index

bootstrap_method_index rpnx::cortado::dynamic_constant::bootstrap_method_attr_index

Bootstrap method used to compute the constant.

Definition at line 211 of file types.hpp.

◆ name_and_type_index

constant_pool_index rpnx::cortado::dynamic_constant::name_and_type_index

Index describing the dynamic constant's name and field descriptor.

Definition at line 212 of file types.hpp.

◆ slot_count

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

Definition at line 210 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::dynamic_constant::tag = constant_pool_tag::dynamic
staticconstexpr

Definition at line 209 of file types.hpp.


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