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

A CONSTANT_Fieldref entry. More...

#include <types.hpp>

Public Attributes

constant_pool_index class_index
 Index of the declaring class_constant.
 
constant_pool_index name_and_type_index
 Index of the field's name_and_type_constant.
 

Static Public Attributes

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

Detailed Description

A CONSTANT_Fieldref entry.

Definition at line 148 of file types.hpp.

Member Data Documentation

◆ class_index

constant_pool_index rpnx::cortado::fieldref_constant::class_index

Index of the declaring class_constant.

Definition at line 152 of file types.hpp.

◆ name_and_type_index

constant_pool_index rpnx::cortado::fieldref_constant::name_and_type_index

Index of the field's name_and_type_constant.

Definition at line 153 of file types.hpp.

◆ slot_count

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

Definition at line 151 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::fieldref_constant::tag = constant_pool_tag::field_reference
staticconstexpr

Definition at line 150 of file types.hpp.


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