Ruby 3.4.3p32 (2025-04-14 revision d0b7e5b6a04bde21ca483d20a1546b28b401c2d4)
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 1147 of file rubyparser.h.

Field Documentation

◆ coverage_enabled

signed int rb_ast_body_struct::coverage_enabled

Definition at line 1152 of file rubyparser.h.

◆ frozen_string_literal

signed int rb_ast_body_struct::frozen_string_literal

Definition at line 1151 of file rubyparser.h.

◆ line_count

int rb_ast_body_struct::line_count

Definition at line 1150 of file rubyparser.h.

◆ root

const NODE* rb_ast_body_struct::root

Definition at line 1148 of file rubyparser.h.

◆ script_lines

rb_parser_ary_t* rb_ast_body_struct::script_lines

Definition at line 1149 of file rubyparser.h.


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