|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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. | |
A symbolic interface-method invocation instruction.
Definition at line 148 of file builders.hpp.
| 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.
| std::string rpnx::cortado::symbolic_invokeinterface_instruction::name |
Interface method name.
Definition at line 151 of file builders.hpp.
| std::string rpnx::cortado::symbolic_invokeinterface_instruction::owner |
Slash-separated declaring interface internal name.
Definition at line 150 of file builders.hpp.