Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
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: