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

A CONSTANT_InterfaceMethodref entry. More...

#include <types.hpp>

Public Attributes

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

Static Public Attributes

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

Detailed Description

A CONSTANT_InterfaceMethodref entry.

Definition at line 168 of file types.hpp.

Member Data Documentation

◆ class_index

constant_pool_index rpnx::cortado::interface_methodref_constant::class_index

Index of the declaring interface's class_constant.

Definition at line 172 of file types.hpp.

◆ name_and_type_index

constant_pool_index rpnx::cortado::interface_methodref_constant::name_and_type_index

Index of the interface method's name_and_type_constant.

Definition at line 173 of file types.hpp.

◆ slot_count

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

Definition at line 171 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::interface_methodref_constant::tag = constant_pool_tag::interface_method_reference
staticconstexpr

Definition at line 170 of file types.hpp.


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