|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A symbolic bytecode position owned by one code_builder. More...
#include <builders.hpp>
Public Attributes | |
| label_owner | owner |
| Builder lineage that created this label. | |
| std::size_t | id {} |
Opaque label number unique within owner. | |
A symbolic bytecode position owned by one code_builder.
Definition at line 33 of file builders.hpp.
| std::size_t rpnx::cortado::label::id {} |
Opaque label number unique within owner.
Definition at line 36 of file builders.hpp.
| label_owner rpnx::cortado::label::owner |
Builder lineage that created this label.
Definition at line 35 of file builders.hpp.