Ruby 4.1.0dev (2026-04-04 revision 3b6245536cf55da9e8bfcdb03c845fe9ef931d7f)
Data Fields
RNode_FOR Struct Reference

Data Fields

NODE node
 
struct RNodend_body
 
struct RNodend_iter
 
rb_code_location_t for_keyword_loc
 
rb_code_location_t in_keyword_loc
 
rb_code_location_t do_keyword_loc
 
rb_code_location_t end_keyword_loc
 

Detailed Description

Definition at line 332 of file rubyparser.h.

Field Documentation

◆ do_keyword_loc

rb_code_location_t RNode_FOR::do_keyword_loc

Definition at line 339 of file rubyparser.h.

◆ end_keyword_loc

rb_code_location_t RNode_FOR::end_keyword_loc

Definition at line 340 of file rubyparser.h.

◆ for_keyword_loc

rb_code_location_t RNode_FOR::for_keyword_loc

Definition at line 337 of file rubyparser.h.

◆ in_keyword_loc

rb_code_location_t RNode_FOR::in_keyword_loc

Definition at line 338 of file rubyparser.h.

◆ nd_body

struct RNode* RNode_FOR::nd_body

Definition at line 335 of file rubyparser.h.

◆ nd_iter

struct RNode* RNode_FOR::nd_iter

Definition at line 336 of file rubyparser.h.

◆ node

NODE RNode_FOR::node

Definition at line 333 of file rubyparser.h.


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