|
Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
|
An error that is going to be formatted into the output. More...
Data Fields | |
| pm_diagnostic_t * | error |
| 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. | |
An error that is going to be formatted into the output.
Definition at line 10484 of file prism_compile.c.
| uint32_t pm_parse_error_t::column_end |
The column end of the diagnostic message.
Definition at line 10495 of file prism_compile.c.
| uint32_t pm_parse_error_t::column_start |
The column start of the diagnostic message.
Definition at line 10492 of file prism_compile.c.
| pm_diagnostic_t* pm_parse_error_t::error |
A pointer to the diagnostic that was generated during parsing.
Definition at line 10486 of file prism_compile.c.
| int32_t pm_parse_error_t::line |
The start line of the diagnostic message.
Definition at line 10489 of file prism_compile.c.