Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
Data Fields
RNode Struct Reference

#include <rb_mjit_min_header-2.7.7.h>

Data Fields

VALUE flags
 
union {
   struct RNode *   node
 
   ID   id
 
   VALUE   value
 
   ID *   tbl
 
u1
 
union {
   struct RNode *   node
 
   ID   id
 
   long   argc
 
   VALUE   value
 
u2
 
union {
   struct RNode *   node
 
   ID   id
 
   long   state
 
   struct rb_global_entry *   entry
 
   struct rb_args_info *   args
 
   struct rb_ary_pattern_info *   apinfo
 
   VALUE   value
 
u3
 
rb_code_location_t nd_loc
 
int node_id
 
union {
   struct RNode *   node
 
   ID   id
 
   VALUE   value
 
   ID *   tbl
 
u1
 
union {
   struct RNode *   node
 
   ID   id
 
   long   argc
 
   VALUE   value
 
u2
 
union {
   struct RNode *   node
 
   ID   id
 
   long   state
 
   struct rb_global_entry *   entry
 
   struct rb_args_info *   args
 
   struct rb_ary_pattern_info *   apinfo
 
   VALUE   value
 
u3
 

Detailed Description

Definition at line 4919 of file rb_mjit_min_header-2.7.7.h.

Field Documentation

◆ apinfo

struct rb_ary_pattern_info* RNode::apinfo

Definition at line 4939 of file rb_mjit_min_header-2.7.7.h.

◆ argc

long RNode::argc

Definition at line 4930 of file rb_mjit_min_header-2.7.7.h.

◆ args

struct rb_args_info* RNode::args

Definition at line 4938 of file rb_mjit_min_header-2.7.7.h.

◆ entry

struct rb_global_entry* RNode::entry

Definition at line 4937 of file rb_mjit_min_header-2.7.7.h.

◆ flags

VALUE RNode::flags

Definition at line 4920 of file rb_mjit_min_header-2.7.7.h.

◆ id

ID RNode::id

Definition at line 4923 of file rb_mjit_min_header-2.7.7.h.

◆ nd_loc

rb_code_location_t RNode::nd_loc

Definition at line 4942 of file rb_mjit_min_header-2.7.7.h.

◆ node

struct RNode* RNode::node

Definition at line 4922 of file rb_mjit_min_header-2.7.7.h.

◆ node_id

int RNode::node_id

Definition at line 4943 of file rb_mjit_min_header-2.7.7.h.

◆ state

long RNode::state

Definition at line 4936 of file rb_mjit_min_header-2.7.7.h.

◆ tbl

ID* RNode::tbl

Definition at line 4925 of file rb_mjit_min_header-2.7.7.h.

◆  [1/2]

union { ... } RNode::u1

◆  [2/2]

union { ... } RNode::u1

◆  [1/2]

union { ... } RNode::u2

◆  [2/2]

union { ... } RNode::u2

◆  [1/2]

union { ... } RNode::u3

◆  [2/2]

union { ... } RNode::u3

◆ value

VALUE RNode::value

Definition at line 4924 of file rb_mjit_min_header-2.7.7.h.


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