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

A branch whose target is a symbolic label. More...

#include <builders.hpp>

Public Attributes

label target
 Symbolic branch destination owned by the containing builder.
 

Static Public Attributes

static constexpr opcode operation = Operation
 

Detailed Description

template<opcode Operation>
struct rpnx::cortado::labeled_branch_instruction< Operation >

A branch whose target is a symbolic label.

Definition at line 49 of file builders.hpp.

Member Data Documentation

◆ operation

template<opcode Operation>
opcode rpnx::cortado::labeled_branch_instruction< Operation >::operation = Operation
staticconstexpr

Definition at line 51 of file builders.hpp.

◆ target

template<opcode Operation>
label rpnx::cortado::labeled_branch_instruction< Operation >::target

Symbolic branch destination owned by the containing builder.

Definition at line 52 of file builders.hpp.


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