|
Ruby 4.1.0dev (2026-07-25 revision 08fb9346ded1aa1ead5c997121f8a74089ca3bb2)
|
An error that is going to be formatted into the output. More...
Data Fields | |
| const 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 10647 of file prism_compile.c.
| uint32_t pm_parse_error_t::column_end |
The column end of the diagnostic message.
Definition at line 10658 of file prism_compile.c.
| uint32_t pm_parse_error_t::column_start |
The column start of the diagnostic message.
Definition at line 10655 of file prism_compile.c.
| const pm_diagnostic_t* pm_parse_error_t::error |
A pointer to the diagnostic that was generated during parsing.
Definition at line 10649 of file prism_compile.c.
| int32_t pm_parse_error_t::line |
The start line of the diagnostic message.
Definition at line 10652 of file prism_compile.c.