|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A symbolic lookupswitch. More...
#include <builders.hpp>
Public Attributes | |
| label | default_target |
| Destination used when no pair matches. | |
| std::vector< labeled_lookup_switch_pair > | pairs |
| Strictly increasing match/target pairs. | |
A symbolic lookupswitch.
Definition at line 74 of file builders.hpp.
| label rpnx::cortado::labeled_lookupswitch_instruction::default_target |
Destination used when no pair matches.
Definition at line 76 of file builders.hpp.
| 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.