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

A symbolic source line binding. More...

#include <builders.hpp>

Public Attributes

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

Detailed Description

A symbolic source line binding.

Definition at line 92 of file builders.hpp.

Member Data Documentation

◆ line_number

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

Source-file line number.

Definition at line 95 of file builders.hpp.

◆ start

label rpnx::cortado::labeled_line_number::start

Instruction at which this source line begins.

Definition at line 94 of file builders.hpp.


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