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

This represents a range of bytes in the source string to which a node or token corresponds. More...

#include <ast.h>

Data Fields

const uint8_t * start
 A pointer to the start location of the range in the source.
 
const uint8_t * end
 A pointer to the end location of the range in the source.
 

Detailed Description

This represents a range of bytes in the source string to which a node or token corresponds.


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