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

The invokedynamic instruction, including its reserved field. More...

#include <bytecode.hpp>

Public Attributes

constant_pool_index index
 Index of a CONSTANT_InvokeDynamic entry.
 
std::uint16_t reserved {}
 Format-reserved two-byte field; zero in valid class files.
 

Static Public Attributes

static constexpr opcode operation = opcode::invokedynamic
 

Detailed Description

The invokedynamic instruction, including its reserved field.

Definition at line 210 of file bytecode.hpp.

Member Data Documentation

◆ index

constant_pool_index rpnx::cortado::invokedynamic_instruction::index

Index of a CONSTANT_InvokeDynamic entry.

Definition at line 213 of file bytecode.hpp.

◆ operation

opcode rpnx::cortado::invokedynamic_instruction::operation = opcode::invokedynamic
staticconstexpr

Definition at line 212 of file bytecode.hpp.

◆ reserved

std::uint16_t rpnx::cortado::invokedynamic_instruction::reserved {}

Format-reserved two-byte field; zero in valid class files.

Definition at line 214 of file bytecode.hpp.


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