Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
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: