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

A symbolic class-reference instruction. More...

#include <builders.hpp>

Public Attributes

std::string internal_name
 Slash-separated class name or array descriptor required by the opcode.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

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

A symbolic class-reference instruction.

Definition at line 158 of file builders.hpp.

Member Data Documentation

◆ internal_name

template<opcode Operation>
std::string rpnx::cortado::symbolic_class_instruction< Operation >::internal_name

Slash-separated class name or array descriptor required by the opcode.

Definition at line 161 of file builders.hpp.

◆ operation

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

Definition at line 160 of file builders.hpp.


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