Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
rb_strterm_heredoc_struct Struct Reference

Data Fields

VALUE lastline
 
long offset
 
int sourceline
 
uint8_t quote
 
uint8_t func
 

Detailed Description

Definition at line 794 of file ripper.c.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 811 of file ripper.c.

Referenced by rb_parser_set_location_from_strterm_heredoc().

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 795 of file ripper.c.

Referenced by rb_strterm_mark().

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 796 of file ripper.c.

Referenced by rb_parser_set_location_from_strterm_heredoc().

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 810 of file ripper.c.

Referenced by rb_parser_set_location_from_strterm_heredoc().

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 797 of file ripper.c.

Referenced by rb_parser_set_location_from_strterm_heredoc().


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