Ruby 3.4.1p0 (2024-12-25 revision 48d4efcb85000e1ebae42004e963b5d0cedddcf2)
pm_parse_error_t Struct Reference

An error that is going to be formatted into the output. More...

Data Fields

pm_diagnostic_terror
 A pointer to the diagnostic that was generated during parsing.
 
int32_t line
 The start line of the diagnostic message.
 
uint32_t column_start
 The column start of the diagnostic message.
 
uint32_t column_end
 The column end of the diagnostic message.
 

Detailed Description

An error that is going to be formatted into the output.

Definition at line 10120 of file prism_compile.c.

Field Documentation

◆ column_end

uint32_t pm_parse_error_t::column_end

The column end of the diagnostic message.

Definition at line 10131 of file prism_compile.c.

◆ column_start

uint32_t pm_parse_error_t::column_start

The column start of the diagnostic message.

Definition at line 10128 of file prism_compile.c.

◆ error

pm_diagnostic_t* pm_parse_error_t::error

A pointer to the diagnostic that was generated during parsing.

Definition at line 10122 of file prism_compile.c.

◆ line

int32_t pm_parse_error_t::line

The start line of the diagnostic message.

Definition at line 10125 of file prism_compile.c.


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