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

A CONSTANT_Integer entry represented by its exact IEEE/JVM bits. More...

#include <types.hpp>

Public Attributes

std::uint32_t bits {}
 Exact two's-complement bit pattern of the JVM int value.
 

Static Public Attributes

static constexpr constant_pool_tag tag = constant_pool_tag::integer
 
static constexpr std::size_t slot_count = 1
 

Detailed Description

A CONSTANT_Integer entry represented by its exact IEEE/JVM bits.

Definition at line 94 of file types.hpp.

Member Data Documentation

◆ bits

std::uint32_t rpnx::cortado::integer_constant::bits {}

Exact two's-complement bit pattern of the JVM int value.

Definition at line 98 of file types.hpp.

◆ slot_count

std::size_t rpnx::cortado::integer_constant::slot_count = 1
staticconstexpr

Definition at line 97 of file types.hpp.

◆ tag

constant_pool_tag rpnx::cortado::integer_constant::tag = constant_pool_tag::integer
staticconstexpr

Definition at line 96 of file types.hpp.


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