|
Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
|
A list of nodes in the source, most often used for lists of children. More...
#include <ast.h>
Data Fields | |
| size_t | size |
| The number of nodes in the list. | |
| size_t | capacity |
| The capacity of the list that has been allocated. | |
| struct pm_node ** | nodes |
| The nodes in the list. | |
A list of nodes in the source, most often used for lists of children.
| size_t pm_node_list::capacity |
The capacity of the list that has been allocated.
Definition at line 562 of file ast.h.
Referenced by pm_node_list_free().
| struct pm_node** pm_node_list::nodes |
The nodes in the list.
Definition at line 565 of file ast.h.
Referenced by pm_dump_json(), pm_node_list_append(), pm_node_list_concat(), pm_node_list_free(), pm_node_list_prepend(), and pm_visit_child_nodes().
| size_t pm_node_list::size |
The number of nodes in the list.
Definition at line 559 of file ast.h.
Referenced by pm_dump_json(), pm_node_list_append(), pm_node_list_concat(), pm_node_list_prepend(), and pm_visit_child_nodes().