Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
|
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 561 of file ast.h.
Referenced by pm_node_list_append().
struct pm_node** pm_node_list::nodes |
size_t pm_node_list::size |
The number of nodes in the list.
Definition at line 558 of file ast.h.
Referenced by pm_node_list_append().