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

A symbolic field-access instruction. More...

#include <builders.hpp>

Public Attributes

std::string owner
 Slash-separated declaring class internal name.
 
std::string name
 Field name.
 
std::string descriptor
 JVM field descriptor.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

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

A symbolic field-access instruction.

Definition at line 123 of file builders.hpp.

Member Data Documentation

◆ descriptor

template<opcode Operation>
std::string rpnx::cortado::symbolic_field_instruction< Operation >::descriptor

JVM field descriptor.

Definition at line 128 of file builders.hpp.

◆ name

template<opcode Operation>
std::string rpnx::cortado::symbolic_field_instruction< Operation >::name

Field name.

Definition at line 127 of file builders.hpp.

◆ operation

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

Definition at line 125 of file builders.hpp.

◆ owner

template<opcode Operation>
std::string rpnx::cortado::symbolic_field_instruction< Operation >::owner

Slash-separated declaring class internal name.

Definition at line 126 of file builders.hpp.


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