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

An Exceptions attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 UTF-8 constant containing Exceptions.
 
std::vector< constant_pool_indexexception_indexes
 Declared exception CONSTANT_Class indexes.
 

Detailed Description

An Exceptions attribute.

Definition at line 173 of file attributes.hpp.

Member Data Documentation

◆ exception_indexes

std::vector< constant_pool_index > rpnx::cortado::exceptions_attribute::exception_indexes

Declared exception CONSTANT_Class indexes.

Definition at line 176 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::exceptions_attribute::name_index

UTF-8 constant containing Exceptions.

Definition at line 175 of file attributes.hpp.


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