Ruby 2.7.7p221 (2022-11-24 revision 168ec2b1e5ad0e4688e963d9de019557c78feed9)
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
 

Detailed Description

Definition at line 713 of file ripper.c.

Field Documentation

◆ dummy

VALUE rb_strterm_literal_struct::dummy

Definition at line 715 of file ripper.c.

◆ func

long rb_strterm_literal_struct::func ( void  )

Definition at line 720 of file ripper.c.

◆ nest

long rb_strterm_literal_struct::nest

Definition at line 716 of file ripper.c.

◆ paren

long rb_strterm_literal_struct::paren

Definition at line 724 of file ripper.c.

◆ term

long rb_strterm_literal_struct::term

Definition at line 728 of file ripper.c.

◆  [1/2]

union { ... } rb_strterm_literal_struct::u0

◆  [2/2]

union { ... } rb_strterm_literal_struct::u0

◆  [1/2]

union { ... } rb_strterm_literal_struct::u1

◆  [2/2]

union { ... } rb_strterm_literal_struct::u1

◆  [1/2]

union { ... } rb_strterm_literal_struct::u2

◆  [2/2]

union { ... } rb_strterm_literal_struct::u2

◆  [1/2]

union { ... } rb_strterm_literal_struct::u3

◆  [2/2]

union { ... } rb_strterm_literal_struct::u3

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