|
Ruby 4.1.0dev (2026-08-15 revision cfb2ed7c723c5435f630fd70897273db032b0bcc)
|
Data Fields | |
| const NODE * | root |
| rb_parser_ary_t * | script_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 |
Definition at line 1184 of file rubyparser.h.
| signed int rb_ast_body_struct::coverage_enabled |
Definition at line 1189 of file rubyparser.h.
| signed int rb_ast_body_struct::frozen_string_literal |
Definition at line 1188 of file rubyparser.h.
| unsigned int rb_ast_body_struct::has_source_hash |
Definition at line 1190 of file rubyparser.h.
| int rb_ast_body_struct::line_count |
Definition at line 1187 of file rubyparser.h.
| const NODE* rb_ast_body_struct::root |
Definition at line 1185 of file rubyparser.h.
| rb_parser_ary_t* rb_ast_body_struct::script_lines |
Definition at line 1186 of file rubyparser.h.
| uint64_t rb_ast_body_struct::source_hash |
Definition at line 1191 of file rubyparser.h.