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

One symbolic lookupswitch match and target. More...

#include <builders.hpp>

Public Attributes

std::int32_t match {}
 Lookup key; pairs supplied to a builder must be strictly increasing.
 
label target
 Symbolic destination for this key.
 

Detailed Description

One symbolic lookupswitch match and target.

Definition at line 57 of file builders.hpp.

Member Data Documentation

◆ match

std::int32_t rpnx::cortado::labeled_lookup_switch_pair::match {}

Lookup key; pairs supplied to a builder must be strictly increasing.

Definition at line 59 of file builders.hpp.

◆ target

label rpnx::cortado::labeled_lookup_switch_pair::target

Symbolic destination for this key.

Definition at line 60 of file builders.hpp.


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