Ruby 3.3.2p78 (2024-05-30 revision e5a195edf62fe1bf7146a191da13fa1c4fecbd71)
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: