Ruby 3.5.0dev (2025-07-04 revision dda5a04f2b4835582dba09ba33797258a61efafe)
Data Fields
rb_ast_body_struct Struct Reference

Data Fields

const NODEroot
 
rb_parser_ary_tscript_lines
 
int line_count
 
signed int frozen_string_literal:2
 
signed int coverage_enabled:2
 

Detailed Description

Definition at line 1186 of file rubyparser.h.

Field Documentation

◆ coverage_enabled

signed int rb_ast_body_struct::coverage_enabled

Definition at line 1191 of file rubyparser.h.

◆ frozen_string_literal

signed int rb_ast_body_struct::frozen_string_literal

Definition at line 1190 of file rubyparser.h.

◆ line_count

int rb_ast_body_struct::line_count

Definition at line 1189 of file rubyparser.h.

◆ root

const NODE* rb_ast_body_struct::root

Definition at line 1187 of file rubyparser.h.

◆ script_lines

rb_parser_ary_t* rb_ast_body_struct::script_lines

Definition at line 1188 of file rubyparser.h.


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