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

A ConstantValue attribute. More...

#include <attributes.hpp>

Public Attributes

constant_pool_index name_index
 UTF-8 constant containing ConstantValue.
 
constant_pool_index constant_value_index
 Compatible integer, float, long, double, or string constant.
 

Detailed Description

A ConstantValue attribute.

Definition at line 39 of file attributes.hpp.

Member Data Documentation

◆ constant_value_index

constant_pool_index rpnx::cortado::constant_value_attribute::constant_value_index

Compatible integer, float, long, double, or string constant.

Definition at line 42 of file attributes.hpp.

◆ name_index

constant_pool_index rpnx::cortado::constant_value_attribute::name_index

UTF-8 constant containing ConstantValue.

Definition at line 41 of file attributes.hpp.


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