Ruby
3.4.0dev (2024-12-06 revision 892c46283a5ea4179500d951c9d4866c0051f27b)
|
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. More... | |
pm_arguments_node_t * | arguments |
The lazily-allocated optional arguments node. More... | |
pm_location_t | closing_loc |
The optional location of the closing parenthesis or bracket. More... | |
pm_node_t * | block |
The optional block attached to the call. More... | |
bool | has_forwarding |
The flag indicating whether this arguments list has forwarding argument. More... | |
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 |
bool pm_arguments_t::has_forwarding |
pm_location_t pm_arguments_t::opening_loc |