Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
RNode_SCOPE Struct Reference

Data Fields

NODE node
rb_ast_id_table_t * nd_tbl
struct RNodend_body
struct RNodend_parent
struct RNode_ARGSnd_args

Detailed Description

Definition at line 246 of file rubyparser.h.

Field Documentation

◆ nd_args

struct RNode_ARGS* RNode_SCOPE::nd_args

Definition at line 252 of file rubyparser.h.

◆ nd_body

struct RNode* RNode_SCOPE::nd_body

Definition at line 250 of file rubyparser.h.

◆ nd_parent

struct RNode* RNode_SCOPE::nd_parent

Definition at line 251 of file rubyparser.h.

◆ nd_tbl

rb_ast_id_table_t* RNode_SCOPE::nd_tbl

Definition at line 249 of file rubyparser.h.

◆ node

NODE RNode_SCOPE::node

Definition at line 247 of file rubyparser.h.


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