|
Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
Data Fields | |
| VALUE | lastline |
| long | offset |
| int | sourceline |
| unsigned | length: HERETERM_LENGTH_BITS#define HERETERM_LENGTH_MAX |
| unsigned | quote: 1 |
| unsigned | func: 8 |
| unsigned rb_strterm_heredoc_struct::func |
Definition at line 745 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
| VALUE rb_strterm_heredoc_struct::lastline |
Definition at line 732 of file ripper.c.
Referenced by rb_strterm_mark().
| unsigned rb_strterm_heredoc_struct::length |
Definition at line 735 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
| long rb_strterm_heredoc_struct::offset |
Definition at line 733 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
| unsigned rb_strterm_heredoc_struct::quote |
Definition at line 744 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
| int rb_strterm_heredoc_struct::sourceline |
Definition at line 734 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().