Ruby 3.5.0dev (2025-04-03 revision 29dafa5fc21343803127dda7d608f1f1f7908e7b)
Public Types | Data Fields
iseq_link_element Struct Reference

Public Types

enum  {
  ISEQ_ELEMENT_ANCHOR , ISEQ_ELEMENT_LABEL , ISEQ_ELEMENT_INSN , ISEQ_ELEMENT_ADJUST ,
  ISEQ_ELEMENT_TRACE
}
 

Data Fields

enum iseq_link_element:: { ... }  type
 
struct iseq_link_elementnext
 
struct iseq_link_elementprev
 

Detailed Description

Definition at line 53 of file compile.c.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum

Definition at line 54 of file compile.c.

Field Documentation

◆ next

struct iseq_link_element* iseq_link_element::next

Definition at line 61 of file compile.c.

◆ prev

struct iseq_link_element* iseq_link_element::prev

Definition at line 62 of file compile.c.


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