Ruby 4.0.5p0 (2026-05-20 revision 64336ffd0ee9e1f4c05891695a3d7b49cb709721)
RNode_OP_ASGN2 Struct Reference

Data Fields

NODE node
struct RNodend_recv
struct RNodend_value
ID nd_vid
ID nd_mid
bool nd_aid
rb_code_location_t call_operator_loc
rb_code_location_t message_loc
rb_code_location_t binary_operator_loc

Detailed Description

Definition at line 482 of file rubyparser.h.

Field Documentation

◆ binary_operator_loc

rb_code_location_t RNode_OP_ASGN2::binary_operator_loc

Definition at line 492 of file rubyparser.h.

◆ call_operator_loc

rb_code_location_t RNode_OP_ASGN2::call_operator_loc

Definition at line 490 of file rubyparser.h.

◆ message_loc

rb_code_location_t RNode_OP_ASGN2::message_loc

Definition at line 491 of file rubyparser.h.

◆ nd_aid

bool RNode_OP_ASGN2::nd_aid

Definition at line 489 of file rubyparser.h.

◆ nd_mid

ID RNode_OP_ASGN2::nd_mid

Definition at line 488 of file rubyparser.h.

◆ nd_recv

struct RNode* RNode_OP_ASGN2::nd_recv

Definition at line 485 of file rubyparser.h.

◆ nd_value

struct RNode* RNode_OP_ASGN2::nd_value

Definition at line 486 of file rubyparser.h.

◆ nd_vid

ID RNode_OP_ASGN2::nd_vid

Definition at line 487 of file rubyparser.h.

◆ node

NODE RNode_OP_ASGN2::node

Definition at line 483 of file rubyparser.h.


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