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

A parsed JVM method descriptor. More...

#include <descriptors.hpp>

Public Attributes

std::vector< field_type_descriptorparameters
 Parameters in invocation order.
 
return_type_descriptor return_type
 Field type or the explicit void alternative.
 

Detailed Description

A parsed JVM method descriptor.

Definition at line 60 of file descriptors.hpp.

Member Data Documentation

◆ parameters

std::vector< field_type_descriptor > rpnx::cortado::method_descriptor::parameters

Parameters in invocation order.

Definition at line 62 of file descriptors.hpp.

◆ return_type

return_type_descriptor rpnx::cortado::method_descriptor::return_type

Field type or the explicit void alternative.

Definition at line 63 of file descriptors.hpp.


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