Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
|
Data Fields | |
VALUE | lastline |
long | offset |
int | sourceline |
unsigned | length: HERETERM_LENGTH_BITS# define HERETERM_LENGTH_MAX |
unsigned | quote: 1 |
unsigned | func: 8 |
Definition at line 749 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
VALUE rb_strterm_heredoc_struct::lastline |
Definition at line 736 of file ripper.c.
Referenced by rb_strterm_mark().
unsigned rb_strterm_heredoc_struct::length |
Definition at line 739 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
long rb_strterm_heredoc_struct::offset |
Definition at line 737 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
unsigned rb_strterm_heredoc_struct::quote |
Definition at line 748 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().
int rb_strterm_heredoc_struct::sourceline |
Definition at line 738 of file ripper.c.
Referenced by rb_parser_set_location_from_strterm_heredoc().