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

A symbolic lookupswitch. More...

#include <builders.hpp>

Public Attributes

label default_target
 Destination used when no pair matches.
 
std::vector< labeled_lookup_switch_pairpairs
 Strictly increasing match/target pairs.
 

Detailed Description

A symbolic lookupswitch.

Definition at line 74 of file builders.hpp.

Member Data Documentation

◆ default_target

label rpnx::cortado::labeled_lookupswitch_instruction::default_target

Destination used when no pair matches.

Definition at line 76 of file builders.hpp.

◆ pairs

std::vector< labeled_lookup_switch_pair > rpnx::cortado::labeled_lookupswitch_instruction::pairs

Strictly increasing match/target pairs.

Definition at line 77 of file builders.hpp.


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