Ruby 3.4.7p58 (2025-10-08 revision 7a5688e2a27668e48f8d6ff4af5b2208b98a2f5e)
rb_strterm_heredoc_struct Struct Reference

Data Fields

rb_parser_string_tlastline
long offset
int sourceline
unsigned length
uint8_t quote
uint8_t func

Detailed Description

Definition at line 40 of file parse.h.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 46 of file parse.h.

◆ lastline

rb_parser_string_t* rb_strterm_heredoc_struct::lastline

Definition at line 41 of file parse.h.

◆ length

unsigned rb_strterm_heredoc_struct::length

Definition at line 44 of file parse.h.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 42 of file parse.h.

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 45 of file parse.h.

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 43 of file parse.h.


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