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

One LineNumberTable entry. More...

#include <attributes.hpp>

Public Attributes

code_offset start
 Instruction offset at which this source line begins.
 
std::uint16_t line_number {}
 Source-file line number.
 

Detailed Description

One LineNumberTable entry.

Definition at line 239 of file attributes.hpp.

Member Data Documentation

◆ line_number

std::uint16_t rpnx::cortado::line_number_info::line_number {}

Source-file line number.

Definition at line 242 of file attributes.hpp.

◆ start

code_offset rpnx::cortado::line_number_info::start

Instruction offset at which this source line begins.

Definition at line 241 of file attributes.hpp.


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