Ruby 3.4.2p28 (2025-02-15 revision d2930f8e7a5db8a7337fa43370940381b420cc3e)
rb_strterm_struct Struct Reference

Data Fields

bool heredoc
 
union { 
 
   rb_strterm_literal_t   literal 
 
   rb_strterm_heredoc_t   heredoc 
 
u 
 

Detailed Description

Definition at line 51 of file parse.h.

Field Documentation

◆ heredoc [1/2]

bool rb_strterm_struct::heredoc

Definition at line 52 of file parse.h.

◆ heredoc [2/2]

rb_strterm_heredoc_t rb_strterm_struct::heredoc

Definition at line 55 of file parse.h.

◆ literal

rb_strterm_literal_t rb_strterm_struct::literal

Definition at line 54 of file parse.h.


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