Ruby  2.0.0p451(2014-02-24revision45167)
Public Types | Data Fields
iseq_link_element Struct Reference

Public Types

enum  { ISEQ_ELEMENT_NONE, ISEQ_ELEMENT_LABEL, ISEQ_ELEMENT_INSN, ISEQ_ELEMENT_ADJUST }
 

Data Fields

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

Detailed Description

Definition at line 26 of file compile.c.

Member Enumeration Documentation

anonymous enum
Enumerator
ISEQ_ELEMENT_NONE 
ISEQ_ELEMENT_LABEL 
ISEQ_ELEMENT_INSN 
ISEQ_ELEMENT_ADJUST 

Definition at line 27 of file compile.c.

Field Documentation

struct iseq_link_element* iseq_link_element::next
struct iseq_link_element* iseq_link_element::prev
enum { ... } iseq_link_element::type

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