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

One match/target pair in a lookupswitch instruction. More...

#include <bytecode.hpp>

Public Attributes

std::int32_t match {}
 Lookup key; pairs must be strictly increasing in strict mode.
 
branch_displacement32 displacement
 Branch target for this key, relative to the switch opcode.
 

Detailed Description

One match/target pair in a lookupswitch instruction.

Definition at line 171 of file bytecode.hpp.

Member Data Documentation

◆ displacement

branch_displacement32 rpnx::cortado::lookup_switch_pair::displacement

Branch target for this key, relative to the switch opcode.

Definition at line 174 of file bytecode.hpp.

◆ match

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

Lookup key; pairs must be strictly increasing in strict mode.

Definition at line 173 of file bytecode.hpp.


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