Ruby 2.7.6p219 (2022-04-12 revision c9c2245c0a25176072e02db9254f0e0c84c805cd)
Data Fields
rb_strterm_struct Struct Reference

Data Fields

VALUE flags
 
union {
   rb_strterm_literal_t   literal
 
   rb_strterm_heredoc_t   heredoc
 
u
 
union {
   rb_strterm_literal_t   literal
 
   rb_strterm_heredoc_t   heredoc
 
u
 

Detailed Description

Definition at line 759 of file ripper.c.

Field Documentation

◆ flags

VALUE rb_strterm_struct::flags

Definition at line 760 of file ripper.c.

◆ heredoc

rb_strterm_heredoc_t rb_strterm_struct::heredoc

Definition at line 763 of file ripper.c.

Referenced by rb_strterm_mark().

◆ literal

rb_strterm_literal_t rb_strterm_struct::literal

Definition at line 762 of file ripper.c.

◆  [1/2]

union { ... } rb_strterm_struct::u

Referenced by rb_strterm_mark().

◆  [2/2]

union { ... } rb_strterm_struct::u

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