Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
Data Fields
rb_strterm_struct Struct Reference

Data Fields

VALUE flags
 
union { 
 
   rb_strterm_literal_t   literal 
 
   rb_strterm_heredoc_t   heredoc 
 
u 
 

Detailed Description

Definition at line 1060 of file parse.c.

Field Documentation

◆ flags

VALUE rb_strterm_struct::flags

Definition at line 1061 of file parse.c.

◆ heredoc

rb_strterm_heredoc_t rb_strterm_struct::heredoc

Definition at line 1064 of file parse.c.

◆ literal

rb_strterm_literal_t rb_strterm_struct::literal

Definition at line 1063 of file parse.c.


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