Ruby 4.1.0dev (2026-03-06 revision 407dd02c1b52b05ba55a179554b29a14e44a4b82)
Data Fields
RNode_CLASS Struct Reference

Data Fields

NODE node
 
struct RNodend_cpath
 
struct RNodend_body
 
struct RNodend_super
 
rb_code_location_t class_keyword_loc
 
rb_code_location_t inheritance_operator_loc
 
rb_code_location_t end_keyword_loc
 

Detailed Description

Definition at line 874 of file rubyparser.h.

Field Documentation

◆ class_keyword_loc

rb_code_location_t RNode_CLASS::class_keyword_loc

Definition at line 880 of file rubyparser.h.

◆ end_keyword_loc

rb_code_location_t RNode_CLASS::end_keyword_loc

Definition at line 882 of file rubyparser.h.

◆ inheritance_operator_loc

rb_code_location_t RNode_CLASS::inheritance_operator_loc

Definition at line 881 of file rubyparser.h.

◆ nd_body

struct RNode* RNode_CLASS::nd_body

Definition at line 878 of file rubyparser.h.

◆ nd_cpath

struct RNode* RNode_CLASS::nd_cpath

Definition at line 877 of file rubyparser.h.

◆ nd_super

struct RNode* RNode_CLASS::nd_super

Definition at line 879 of file rubyparser.h.

◆ node

NODE RNode_CLASS::node

Definition at line 875 of file rubyparser.h.


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