Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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 42 of file parse.h.

Field Documentation

◆ flags

VALUE rb_strterm_struct::flags

Definition at line 43 of file parse.h.

◆ heredoc

rb_strterm_heredoc_t rb_strterm_struct::heredoc

Definition at line 46 of file parse.h.

◆ literal

rb_strterm_literal_t rb_strterm_struct::literal

Definition at line 45 of file parse.h.


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