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

An owning sequence of exactly decoded instruction encodings. More...

#include <bytecode.hpp>

Public Attributes

std::vector< instructioninstructions
 Instructions in increasing byte-offset order.
 

Detailed Description

An owning sequence of exactly decoded instruction encodings.

Definition at line 303 of file bytecode.hpp.

Member Data Documentation

◆ instructions

std::vector< instruction > rpnx::cortado::instruction_sequence::instructions

Instructions in increasing byte-offset order.

Definition at line 305 of file bytecode.hpp.


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