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

A two-byte constant-pool-index instruction. More...

#include <bytecode.hpp>

Public Attributes

constant_pool_index index
 Two-byte logical constant-pool index.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

template<opcode Operation>
struct rpnx::cortado::constant_pool_index16_instruction< Operation >

A two-byte constant-pool-index instruction.

Definition at line 99 of file bytecode.hpp.

Member Data Documentation

◆ index

Two-byte logical constant-pool index.

Definition at line 102 of file bytecode.hpp.

◆ operation

template<opcode Operation>
opcode rpnx::cortado::constant_pool_index16_instruction< Operation >::operation = Operation
staticconstexpr

Definition at line 101 of file bytecode.hpp.


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