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

A symbolic interface-method invocation instruction. More...

#include <builders.hpp>

Public Attributes

std::string owner
 Slash-separated declaring interface internal name.
 
std::string name
 Interface method name.
 
std::string descriptor
 JVM method descriptor used to derive the argument count.
 

Detailed Description

A symbolic interface-method invocation instruction.

Definition at line 148 of file builders.hpp.

Member Data Documentation

◆ descriptor

std::string rpnx::cortado::symbolic_invokeinterface_instruction::descriptor

JVM method descriptor used to derive the argument count.

Definition at line 152 of file builders.hpp.

◆ name

std::string rpnx::cortado::symbolic_invokeinterface_instruction::name

Interface method name.

Definition at line 151 of file builders.hpp.

◆ owner

std::string rpnx::cortado::symbolic_invokeinterface_instruction::owner

Slash-separated declaring interface internal name.

Definition at line 150 of file builders.hpp.


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