Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
|
This is a special out parameter to the parse_arguments_list function that includes opening and closing parentheses in addition to the arguments since it's so common. More...
Data Fields | |
pm_location_t | opening_loc |
The optional location of the opening parenthesis or bracket. | |
pm_arguments_node_t * | arguments |
The lazily-allocated optional arguments node. | |
pm_location_t | closing_loc |
The optional location of the closing parenthesis or bracket. | |
pm_node_t * | block |
The optional block attached to the call. | |
This is a special out parameter to the parse_arguments_list function that includes opening and closing parentheses in addition to the arguments since it's so common.
It is handy to use when passing argument information to one of the call node creation functions.
pm_arguments_node_t* pm_arguments_t::arguments |
pm_node_t* pm_arguments_t::block |
pm_location_t pm_arguments_t::closing_loc |
pm_location_t pm_arguments_t::opening_loc |