Ruby 3.3.7p123 (2025-01-15 revision be31f993d7fa0219d85f7b3c694d454da4ecc10b)
rb_ast_body_struct Struct Reference

Data Fields

const NODEroot
 
VALUE script_lines
 
signed int frozen_string_literal:2
 
signed int coverage_enabled:2
 

Detailed Description

Definition at line 1087 of file rubyparser.h.

Field Documentation

◆ coverage_enabled

signed int rb_ast_body_struct::coverage_enabled

Definition at line 1094 of file rubyparser.h.

◆ frozen_string_literal

signed int rb_ast_body_struct::frozen_string_literal

Definition at line 1093 of file rubyparser.h.

◆ root

const NODE* rb_ast_body_struct::root

Definition at line 1088 of file rubyparser.h.

◆ script_lines

VALUE rb_ast_body_struct::script_lines

Definition at line 1089 of file rubyparser.h.


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