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

The multianewarray instruction. More...

#include <bytecode.hpp>

Public Attributes

constant_pool_index index
 Index of a CONSTANT_Class containing an array descriptor.
 
std::uint8_t dimensions {}
 Nonzero number of leading array dimensions to allocate.
 

Static Public Attributes

static constexpr opcode operation = opcode::multianewarray
 

Detailed Description

The multianewarray instruction.

Definition at line 227 of file bytecode.hpp.

Member Data Documentation

◆ dimensions

std::uint8_t rpnx::cortado::multianewarray_instruction::dimensions {}

Nonzero number of leading array dimensions to allocate.

Definition at line 231 of file bytecode.hpp.

◆ index

constant_pool_index rpnx::cortado::multianewarray_instruction::index

Index of a CONSTANT_Class containing an array descriptor.

Definition at line 230 of file bytecode.hpp.

◆ operation

opcode rpnx::cortado::multianewarray_instruction::operation = opcode::multianewarray
staticconstexpr

Definition at line 229 of file bytecode.hpp.


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