|
RPNXCortado
C++23 JVM class-file, bytecode, validation, and JAR toolkit
|
A chop_frame entry retaining its exact frame type. More...
#include <attributes.hpp>
Public Attributes | |
| std::uint8_t | frame_type {248} |
| Exact frame type 248 through 250; determines the number of removed locals. | |
| std::uint16_t | offset_delta {} |
| Encoded offset delta from the preceding frame. | |
A chop_frame entry retaining its exact frame type.
Definition at line 129 of file attributes.hpp.
| std::uint8_t rpnx::cortado::chop_frame::frame_type {248} |
Exact frame type 248 through 250; determines the number of removed locals.
Definition at line 131 of file attributes.hpp.
| std::uint16_t rpnx::cortado::chop_frame::offset_delta {} |
Encoded offset delta from the preceding frame.
Definition at line 132 of file attributes.hpp.