|
Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
|
Data Fields | |
| NODE * | pre_init |
| NODE * | post_init |
| int | pre_args_num |
| int | post_args_num |
| ID | first_post_arg |
| ID | rest_arg |
| ID | block_arg |
| struct RNode_KW_ARG * | kw_args |
| NODE * | kw_rest_arg |
| struct RNode_OPT_ARG * | opt_args |
| unsigned int | no_kwarg: 1 |
| unsigned int | ruby2_keywords: 1 |
| unsigned int | forwarding: 1 |
Definition at line 670 of file rubyparser.h.
| ID rb_args_info::block_arg |
Definition at line 680 of file rubyparser.h.
| ID rb_args_info::first_post_arg |
Definition at line 677 of file rubyparser.h.
| unsigned int rb_args_info::forwarding |
Definition at line 688 of file rubyparser.h.
| struct RNode_KW_ARG* rb_args_info::kw_args |
Definition at line 682 of file rubyparser.h.
| NODE* rb_args_info::kw_rest_arg |
Definition at line 683 of file rubyparser.h.
| unsigned int rb_args_info::no_kwarg |
Definition at line 686 of file rubyparser.h.
| struct RNode_OPT_ARG* rb_args_info::opt_args |
Definition at line 685 of file rubyparser.h.
| int rb_args_info::post_args_num |
Definition at line 675 of file rubyparser.h.
| NODE* rb_args_info::post_init |
Definition at line 672 of file rubyparser.h.
| int rb_args_info::pre_args_num |
Definition at line 674 of file rubyparser.h.
| NODE* rb_args_info::pre_init |
Definition at line 671 of file rubyparser.h.
| ID rb_args_info::rest_arg |
Definition at line 679 of file rubyparser.h.
| unsigned int rb_args_info::ruby2_keywords |
Definition at line 687 of file rubyparser.h.