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

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

#include <bytecode.hpp>

Public Attributes

std::uint8_t index {}
 Nonzero one-byte constant-pool index.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

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

A one-byte constant-pool-index instruction.

Definition at line 90 of file bytecode.hpp.

Member Data Documentation

◆ index

template<opcode Operation>
std::uint8_t rpnx::cortado::constant_pool_index8_instruction< Operation >::index {}

Nonzero one-byte constant-pool index.

Definition at line 93 of file bytecode.hpp.

◆ operation

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

Definition at line 92 of file bytecode.hpp.


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