Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
rb_strterm_heredoc_struct Struct Reference

Data Fields

VALUE lastline
 
long offset
 
int sourceline
 
unsigned length
 
uint8_t quote
 
uint8_t func
 

Detailed Description

Definition at line 31 of file parse.h.

Field Documentation

◆ func

uint8_t rb_strterm_heredoc_struct::func

Definition at line 37 of file parse.h.

◆ lastline

VALUE rb_strterm_heredoc_struct::lastline

Definition at line 32 of file parse.h.

◆ length

unsigned rb_strterm_heredoc_struct::length

Definition at line 35 of file parse.h.

◆ offset

long rb_strterm_heredoc_struct::offset

Definition at line 33 of file parse.h.

◆ quote

uint8_t rb_strterm_heredoc_struct::quote

Definition at line 36 of file parse.h.

◆ sourceline

int rb_strterm_heredoc_struct::sourceline

Definition at line 34 of file parse.h.


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