Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
Data Fields
RNode Struct Reference

Data Fields

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

Detailed Description

Definition at line 6705 of file rb_mjit_min_header-3.1.3.h.

Field Documentation

◆ apinfo

struct rb_ary_pattern_info* RNode::apinfo

Definition at line 6724 of file rb_mjit_min_header-3.1.3.h.

◆ argc

long RNode::argc

Definition at line 6716 of file rb_mjit_min_header-3.1.3.h.

◆ args

struct rb_args_info* RNode::args

Definition at line 6723 of file rb_mjit_min_header-3.1.3.h.

◆ flags

VALUE RNode::flags

Definition at line 6706 of file rb_mjit_min_header-3.1.3.h.

◆ fpinfo

struct rb_fnd_pattern_info* RNode::fpinfo

Definition at line 6725 of file rb_mjit_min_header-3.1.3.h.

◆ id

ID RNode::id

Definition at line 6709 of file rb_mjit_min_header-3.1.3.h.

◆ nd_loc

rb_code_location_t RNode::nd_loc

Definition at line 6728 of file rb_mjit_min_header-3.1.3.h.

◆ node

struct RNode* RNode::node

Definition at line 6708 of file rb_mjit_min_header-3.1.3.h.

◆ node_id

int RNode::node_id

Definition at line 6729 of file rb_mjit_min_header-3.1.3.h.

◆ state

long RNode::state

Definition at line 6722 of file rb_mjit_min_header-3.1.3.h.

◆ tbl

rb_ast_id_table_t* RNode::tbl

Definition at line 6711 of file rb_mjit_min_header-3.1.3.h.

◆ value

VALUE RNode::value

Definition at line 6710 of file rb_mjit_min_header-3.1.3.h.


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