Ruby 3.5.0dev (2025-02-20 revision 34098b669c0cbc024cd08e686891f1dfe0a10aaf)
Data Fields
RNode_UNLESS Struct Reference

Data Fields

NODE node
 
struct RNodend_cond
 
struct RNodend_body
 
struct RNodend_else
 
rb_code_location_t keyword_loc
 
rb_code_location_t then_keyword_loc
 
rb_code_location_t end_keyword_loc
 

Detailed Description

Definition at line 273 of file rubyparser.h.

Field Documentation

◆ end_keyword_loc

rb_code_location_t RNode_UNLESS::end_keyword_loc

Definition at line 281 of file rubyparser.h.

◆ keyword_loc

rb_code_location_t RNode_UNLESS::keyword_loc

Definition at line 279 of file rubyparser.h.

◆ nd_body

struct RNode* RNode_UNLESS::nd_body

Definition at line 277 of file rubyparser.h.

◆ nd_cond

struct RNode* RNode_UNLESS::nd_cond

Definition at line 276 of file rubyparser.h.

◆ nd_else

struct RNode* RNode_UNLESS::nd_else

Definition at line 278 of file rubyparser.h.

◆ node

NODE RNode_UNLESS::node

Definition at line 274 of file rubyparser.h.

◆ then_keyword_loc

rb_code_location_t RNode_UNLESS::then_keyword_loc

Definition at line 280 of file rubyparser.h.


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