Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
pm_node_list Struct Reference

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.
 

Detailed Description

A list of nodes in the source, most often used for lists of children.

Definition at line 556 of file ast.h.

Field Documentation

◆ capacity

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().

◆ nodes

struct pm_node** pm_node_list::nodes

The nodes in the list.

Definition at line 564 of file ast.h.

Referenced by pm_node_list_append().

◆ size

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().


The documentation for this struct was generated from the following file: