Ruby 3.2.1p31 (2023-02-08 revision 31819e82c88c6f8ecfaeb162519bfa26a14b21fd)
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 1036 of file parse.c.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 1053 of file parse.c.

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 1037 of file parse.c.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 1038 of file parse.c.

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 1052 of file parse.c.

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 1039 of file parse.c.


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