|
Ruby 4.1.0dev (2026-03-26 revision 2ca2865aa194cf832b205f530b4fb440166aea68)
|
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 |
| struct pm_node** pm_node_list::nodes |
| size_t pm_node_list::size |
The number of nodes in the list.
Definition at line 569 of file ast.h.
Referenced by pm_visit_child_nodes().