|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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 |
The newarray instruction.
Definition at line 219 of file bytecode.hpp.
| 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.
|
staticconstexpr |
Definition at line 221 of file bytecode.hpp.