Ruby 3.3.6p108 (2024-11-05 revision 75015d4c1f6965b5e85e96fb309f1f2129f933c0)
RNode_OP_ASGN2 Struct Reference

Data Fields

NODE node
 
struct RNodend_recv
 
struct RNodend_value
 
ID nd_vid
 
ID nd_mid
 
bool nd_aid
 

Detailed Description

Definition at line 409 of file rubyparser.h.

Field Documentation

◆ nd_aid

bool RNode_OP_ASGN2::nd_aid

Definition at line 416 of file rubyparser.h.

◆ nd_mid

ID RNode_OP_ASGN2::nd_mid

Definition at line 415 of file rubyparser.h.

◆ nd_recv

struct RNode* RNode_OP_ASGN2::nd_recv

Definition at line 412 of file rubyparser.h.

◆ nd_value

struct RNode* RNode_OP_ASGN2::nd_value

Definition at line 413 of file rubyparser.h.

◆ nd_vid

ID RNode_OP_ASGN2::nd_vid

Definition at line 414 of file rubyparser.h.

◆ node

NODE RNode_OP_ASGN2::node

Definition at line 410 of file rubyparser.h.


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