|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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. | |
A symbolic source line binding.
Definition at line 92 of file builders.hpp.
| std::uint16_t rpnx::cortado::labeled_line_number::line_number {} |
Source-file line number.
Definition at line 95 of file builders.hpp.
| label rpnx::cortado::labeled_line_number::start |
Instruction at which this source line begins.
Definition at line 94 of file builders.hpp.