|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
An Exceptions attribute. More...
#include <attributes.hpp>
Public Attributes | |
| constant_pool_index | name_index |
UTF-8 constant containing Exceptions. | |
| std::vector< constant_pool_index > | exception_indexes |
Declared exception CONSTANT_Class indexes. | |
An Exceptions attribute.
Definition at line 173 of file attributes.hpp.
| std::vector< constant_pool_index > rpnx::cortado::exceptions_attribute::exception_indexes |
Declared exception CONSTANT_Class indexes.
Definition at line 176 of file attributes.hpp.
| constant_pool_index rpnx::cortado::exceptions_attribute::name_index |
UTF-8 constant containing Exceptions.
Definition at line 175 of file attributes.hpp.