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

Data Fields

NODE node
struct RNodend_recv
ID nd_mid
struct RNodend_index
struct RNodend_rvalue
rb_code_location_t call_operator_loc
rb_code_location_t opening_loc
rb_code_location_t closing_loc
rb_code_location_t binary_operator_loc

Detailed Description

Definition at line 469 of file rubyparser.h.

Field Documentation

◆ binary_operator_loc

rb_code_location_t RNode_OP_ASGN1::binary_operator_loc

Definition at line 479 of file rubyparser.h.

◆ call_operator_loc

rb_code_location_t RNode_OP_ASGN1::call_operator_loc

Definition at line 476 of file rubyparser.h.

◆ closing_loc

rb_code_location_t RNode_OP_ASGN1::closing_loc

Definition at line 478 of file rubyparser.h.

◆ nd_index

struct RNode* RNode_OP_ASGN1::nd_index

Definition at line 474 of file rubyparser.h.

◆ nd_mid

ID RNode_OP_ASGN1::nd_mid

Definition at line 473 of file rubyparser.h.

◆ nd_recv

struct RNode* RNode_OP_ASGN1::nd_recv

Definition at line 472 of file rubyparser.h.

◆ nd_rvalue

struct RNode* RNode_OP_ASGN1::nd_rvalue

Definition at line 475 of file rubyparser.h.

◆ node

NODE RNode_OP_ASGN1::node

Definition at line 470 of file rubyparser.h.

◆ opening_loc

rb_code_location_t RNode_OP_ASGN1::opening_loc

Definition at line 477 of file rubyparser.h.


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