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

The wide iinc form following the wide prefix. More...

#include <bytecode.hpp>

Public Attributes

local_variable_index index
 Two-byte local int slot to update.
 
std::int16_t amount {}
 Signed two-byte increment.
 

Detailed Description

The wide iinc form following the wide prefix.

Definition at line 152 of file bytecode.hpp.

Member Data Documentation

◆ amount

std::int16_t rpnx::cortado::wide_iinc_instruction::amount {}

Signed two-byte increment.

Definition at line 155 of file bytecode.hpp.

◆ index

local_variable_index rpnx::cortado::wide_iinc_instruction::index

Two-byte local int slot to update.

Definition at line 154 of file bytecode.hpp.


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