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

One local-variable annotation range. More...

#include <attributes.hpp>

Public Attributes

code_offset start
 
std::uint16_t length {}
 
local_variable_index index
 

Detailed Description

One local-variable annotation range.

Definition at line 439 of file attributes.hpp.

Member Data Documentation

◆ index

local_variable_index rpnx::cortado::local_variable_target_range::index

Definition at line 443 of file attributes.hpp.

◆ length

std::uint16_t rpnx::cortado::local_variable_target_range::length {}

Definition at line 442 of file attributes.hpp.

◆ start

code_offset rpnx::cortado::local_variable_target_range::start

Definition at line 441 of file attributes.hpp.


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