Prism Ruby parser
|
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.