Ruby
3.4.0dev (2024-11-22 revision 37a72b0150ec36b4ea27175039afc28c62207b0c)
|
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. More... | |
const uint8_t * | end |
A pointer to the end location of the range in the source. More... | |
This represents a range of bytes in the source string to which a node or token corresponds.
const uint8_t* pm_location_t::end |
const uint8_t* pm_location_t::start |
A pointer to the start location of the range in the source.
Definition at line 547 of file ast.h.
Referenced by pm_dump_json().