|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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 |
The invokedynamic instruction, including its reserved field.
Definition at line 210 of file bytecode.hpp.
| constant_pool_index rpnx::cortado::invokedynamic_instruction::index |
Index of a CONSTANT_InvokeDynamic entry.
Definition at line 213 of file bytecode.hpp.
|
staticconstexpr |
Definition at line 212 of file bytecode.hpp.
| 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.