Prism Ruby parser
Loading...
Searching...
No Matches
Data Fields
pm_node_list Struct Reference

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

#include <ast.h>

Collaboration diagram for pm_node_list:
Collaboration graph
[legend]

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.


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