Ruby 3.4.5p51 (2025-07-16 revision 20cda200d3ce092571d0b5d342dadca69636cb0f)
rb_args_info Struct Reference

Data Fields

NODEpre_init
NODEpost_init
int pre_args_num
int post_args_num
ID first_post_arg
ID rest_arg
ID block_arg
struct RNode_KW_ARGkw_args
NODEkw_rest_arg
struct RNode_OPT_ARGopt_args
unsigned int no_kwarg: 1
unsigned int ruby2_keywords: 1
unsigned int forwarding: 1

Detailed Description

Definition at line 739 of file rubyparser.h.

Field Documentation

◆ block_arg

ID rb_args_info::block_arg

Definition at line 749 of file rubyparser.h.

◆ first_post_arg

ID rb_args_info::first_post_arg

Definition at line 746 of file rubyparser.h.

◆ forwarding

unsigned int rb_args_info::forwarding

Definition at line 757 of file rubyparser.h.

◆ kw_args

struct RNode_KW_ARG* rb_args_info::kw_args

Definition at line 751 of file rubyparser.h.

◆ kw_rest_arg

NODE* rb_args_info::kw_rest_arg

Definition at line 752 of file rubyparser.h.

◆ no_kwarg

unsigned int rb_args_info::no_kwarg

Definition at line 755 of file rubyparser.h.

◆ opt_args

struct RNode_OPT_ARG* rb_args_info::opt_args

Definition at line 754 of file rubyparser.h.

◆ post_args_num

int rb_args_info::post_args_num

Definition at line 744 of file rubyparser.h.

◆ post_init

NODE* rb_args_info::post_init

Definition at line 741 of file rubyparser.h.

◆ pre_args_num

int rb_args_info::pre_args_num

Definition at line 743 of file rubyparser.h.

◆ pre_init

NODE* rb_args_info::pre_init

Definition at line 740 of file rubyparser.h.

◆ rest_arg

ID rb_args_info::rest_arg

Definition at line 748 of file rubyparser.h.

◆ ruby2_keywords

unsigned int rb_args_info::ruby2_keywords

Definition at line 756 of file rubyparser.h.


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