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

A byte offset within the code array of a Code attribute. More...

#include <bytecode.hpp>

Public Attributes

std::uint32_t value {}
 Byte offset from the first opcode in the enclosing code array.
 

Detailed Description

A byte offset within the code array of a Code attribute.

Definition at line 36 of file bytecode.hpp.

Member Data Documentation

◆ value

std::uint32_t rpnx::cortado::code_offset::value {}

Byte offset from the first opcode in the enclosing code array.

Definition at line 38 of file bytecode.hpp.


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