Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
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: