Ruby 3.1.4p223 (2023-03-30 revision HEAD)
Data Fields
rb_strterm_literal_struct Struct Reference

Data Fields

union { 
 
   VALUE   dummy 
 
   long   nest 
 
u0 
 
union { 
 
   VALUE   dummy 
 
   long   func 
 
u1 
 
union { 
 
   VALUE   dummy 
 
   long   paren 
 
u2 
 
union { 
 
   VALUE   dummy 
 
   long   term 
 
u3 
 
union { 
 
   VALUE   dummy 
 
   long   nest 
 
u0 
 
union { 
 
   VALUE   dummy 
 
   long   func 
 
u1 
 
union { 
 
   VALUE   dummy 
 
   long   paren 
 
u2 
 
union { 
 
   VALUE   dummy 
 
   long   term 
 
u3 
 
union { 
 
   VALUE   dummy 
 
   long   nest 
 
u0 
 
union { 
 
   VALUE   dummy 
 
   long   func 
 
u1 
 
union { 
 
   VALUE   dummy 
 
   long   paren 
 
u2 
 
union { 
 
   VALUE   dummy 
 
   long   term 
 
u3 
 

Detailed Description

Definition at line 778 of file parse.c.

Field Documentation

◆ dummy

VALUE rb_strterm_literal_struct::dummy

Definition at line 780 of file parse.c.

◆ func

long rb_strterm_literal_struct::func

Definition at line 785 of file parse.c.

◆ nest

long rb_strterm_literal_struct::nest

Definition at line 781 of file parse.c.

◆ paren

long rb_strterm_literal_struct::paren

Definition at line 789 of file parse.c.

◆ term

long rb_strterm_literal_struct::term

Definition at line 793 of file parse.c.


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