|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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 |
| constant_pool_index rpnx::cortado::interface_methodref_constant::class_index |
Index of the declaring interface's class_constant.
| constant_pool_index rpnx::cortado::interface_methodref_constant::name_and_type_index |
Index of the interface method's name_and_type_constant.
|
staticconstexpr |
|
staticconstexpr |