Ruby 3.3.0p0 (2023-12-25 revision 5124f9ac7513eb590c37717337c430cb93caa151)
Data Fields
RNode_DSTR Struct Reference

Data Fields

NODE node
 
VALUE nd_lit
 
union { 
 
   long   nd_alen 
 
   struct RNode *   nd_end 
 
as 
 
struct RNode_LISTnd_next
 

Detailed Description

Definition at line 625 of file rubyparser.h.

Field Documentation

◆ nd_alen

long RNode_DSTR::nd_alen

Definition at line 630 of file rubyparser.h.

◆ nd_end

struct RNode* RNode_DSTR::nd_end

Definition at line 631 of file rubyparser.h.

◆ nd_lit

VALUE RNode_DSTR::nd_lit

Definition at line 628 of file rubyparser.h.

◆ nd_next

struct RNode_LIST* RNode_DSTR::nd_next

Definition at line 633 of file rubyparser.h.

◆ node

NODE RNode_DSTR::node

Definition at line 626 of file rubyparser.h.


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