|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
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. | |
One symbolic lookupswitch match and target.
Definition at line 57 of file builders.hpp.
| 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.
| label rpnx::cortado::labeled_lookup_switch_pair::target |
Symbolic destination for this key.
Definition at line 60 of file builders.hpp.