Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
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: