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

A wide local-variable instruction following the wide prefix. More...

#include <bytecode.hpp>

Public Attributes

local_variable_index index
 Two-byte local-variable-array slot.
 

Static Public Attributes

static constexpr opcode modified_operation = ModifiedOperation
 

Detailed Description

template<opcode ModifiedOperation>
struct rpnx::cortado::wide_local_instruction< ModifiedOperation >

A wide local-variable instruction following the wide prefix.

Definition at line 144 of file bytecode.hpp.

Member Data Documentation

◆ index

template<opcode ModifiedOperation>
local_variable_index rpnx::cortado::wide_local_instruction< ModifiedOperation >::index

Two-byte local-variable-array slot.

Definition at line 147 of file bytecode.hpp.

◆ modified_operation

template<opcode ModifiedOperation>
opcode rpnx::cortado::wide_local_instruction< ModifiedOperation >::modified_operation = ModifiedOperation
staticconstexpr

Definition at line 146 of file bytecode.hpp.


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