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

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.
 

Detailed Description

A symbolic bytecode position owned by one code_builder.

Definition at line 33 of file builders.hpp.

Member Data Documentation

◆ id

std::size_t rpnx::cortado::label::id {}

Opaque label number unique within owner.

Definition at line 36 of file builders.hpp.

◆ owner

label_owner rpnx::cortado::label::owner

Builder lineage that created this label.

Definition at line 35 of file builders.hpp.


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