|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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. | |
One match/target pair in a lookupswitch instruction.
Definition at line 171 of file bytecode.hpp.
| 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.
| 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.