Ruby 3.5.0dev (2025-08-05 revision 79d8a3159f60d32396c8281fe438e86ab97e3daa)
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.

Definition at line 544 of file ast.h.

Field Documentation

◆ end

const uint8_t* pm_location_t::end

A pointer to the end location of the range in the source.

Definition at line 549 of file ast.h.

◆ start

const uint8_t* pm_location_t::start

A pointer to the start location of the range in the source.

Definition at line 546 of file ast.h.

Referenced by pm_dump_json().


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