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

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.
 

Detailed Description

A chop_frame entry retaining its exact frame type.

Definition at line 129 of file attributes.hpp.

Member Data Documentation

◆ frame_type

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.

◆ offset_delta

std::uint16_t rpnx::cortado::chop_frame::offset_delta {}

Encoded offset delta from the preceding frame.

Definition at line 132 of file attributes.hpp.


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