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

An EnclosingMethod attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 
constant_pool_index class_index
 
constant_pool_index method_index
 

Detailed Description

An EnclosingMethod attribute.

Definition at line 199 of file attributes.hpp.

Member Data Documentation

◆ class_index

constant_pool_index rpnx::cortado::enclosing_method_attribute::class_index

Definition at line 202 of file attributes.hpp.

◆ method_index

constant_pool_index rpnx::cortado::enclosing_method_attribute::method_index

Definition at line 203 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::enclosing_method_attribute::name_index

Definition at line 201 of file attributes.hpp.


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