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

A CONSTANT_Methodref entry. More...

#include <types.hpp>

Public Attributes

constant_pool_index class_index
 Index of the declaring class or interface constant.
 
constant_pool_index name_and_type_index
 Index of the method's name_and_type_constant.
 

Static Public Attributes

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

Detailed Description

A CONSTANT_Methodref entry.

Definition at line 158 of file types.hpp.

Member Data Documentation

◆ class_index

constant_pool_index rpnx::cortado::methodref_constant::class_index

Index of the declaring class or interface constant.

Definition at line 162 of file types.hpp.

◆ name_and_type_index

constant_pool_index rpnx::cortado::methodref_constant::name_and_type_index

Index of the method's name_and_type_constant.

Definition at line 163 of file types.hpp.

◆ slot_count

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

Definition at line 161 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::methodref_constant::tag = constant_pool_tag::method_reference
staticconstexpr

Definition at line 160 of file types.hpp.


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