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

An unknown standard-extension or vendor attribute retained verbatim. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 Attribute-name UTF-8 constant; arbitrary nonstandard names are retained.
 
std::vector< std::byte > info
 Exact payload bytes following attribute_length.
 

Detailed Description

An unknown standard-extension or vendor attribute retained verbatim.

Definition at line 31 of file attributes.hpp.

Member Data Documentation

◆ info

std::vector< std::byte > rpnx::cortado::unknown_attribute::info

Exact payload bytes following attribute_length.

Definition at line 34 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::unknown_attribute::name_index

Attribute-name UTF-8 constant; arbitrary nonstandard names are retained.

Definition at line 33 of file attributes.hpp.


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