Ruby 4.1.0dev (2026-08-15 revision cfb2ed7c723c5435f630fd70897273db032b0bcc)
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
 
unsigned int has_source_hash:1
 
uint64_t source_hash
 

Detailed Description

Definition at line 1184 of file rubyparser.h.

Field Documentation

◆ coverage_enabled

signed int rb_ast_body_struct::coverage_enabled

Definition at line 1189 of file rubyparser.h.

◆ frozen_string_literal

signed int rb_ast_body_struct::frozen_string_literal

Definition at line 1188 of file rubyparser.h.

◆ has_source_hash

unsigned int rb_ast_body_struct::has_source_hash

Definition at line 1190 of file rubyparser.h.

◆ line_count

int rb_ast_body_struct::line_count

Definition at line 1187 of file rubyparser.h.

◆ root

const NODE* rb_ast_body_struct::root

Definition at line 1185 of file rubyparser.h.

◆ script_lines

rb_parser_ary_t* rb_ast_body_struct::script_lines

Definition at line 1186 of file rubyparser.h.

◆ source_hash

uint64_t rb_ast_body_struct::source_hash

Definition at line 1191 of file rubyparser.h.


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