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

The newarray instruction. More...

#include <bytecode.hpp>

Public Attributes

newarray_type element_type {newarray_type::integer}
 Primitive component kind selected by the atype operand.
 

Static Public Attributes

static constexpr opcode operation = opcode::newarray
 

Detailed Description

The newarray instruction.

Definition at line 219 of file bytecode.hpp.

Member Data Documentation

◆ element_type

newarray_type rpnx::cortado::newarray_instruction::element_type {newarray_type::integer}

Primitive component kind selected by the atype operand.

Definition at line 222 of file bytecode.hpp.

◆ operation

opcode rpnx::cortado::newarray_instruction::operation = opcode::newarray
staticconstexpr

Definition at line 221 of file bytecode.hpp.


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