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

A JVM method_info structure. More...

#include <attributes.hpp>

Public Attributes

method_access_flags access_flags {method_access_flags::none}
 Format-defined method access and property bits.
 
constant_pool_index name_index
 UTF-8 constant containing the method name.
 
constant_pool_index descriptor_index
 UTF-8 constant containing a method descriptor.
 
std::vector< method_attributeattributes
 Context-valid attributes in encoded order.
 

Detailed Description

A JVM method_info structure.

Definition at line 737 of file attributes.hpp.

Member Data Documentation

◆ access_flags

method_access_flags rpnx::cortado::method_info::access_flags {method_access_flags::none}

Format-defined method access and property bits.

Definition at line 739 of file attributes.hpp.

◆ attributes

std::vector< method_attribute > rpnx::cortado::method_info::attributes

Context-valid attributes in encoded order.

Definition at line 742 of file attributes.hpp.

◆ descriptor_index

constant_pool_index rpnx::cortado::method_info::descriptor_index

UTF-8 constant containing a method descriptor.

Definition at line 741 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::method_info::name_index

UTF-8 constant containing the method name.

Definition at line 740 of file attributes.hpp.


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