Ruby  2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
Data Fields
rb_ast_body_struct Struct Reference

#include <node.h>

Data Fields

const NODEroot
 
VALUE compile_option
 
int line_count
 

Detailed Description

Definition at line 394 of file node.h.

Field Documentation

◆ compile_option

VALUE rb_ast_body_struct::compile_option

Definition at line 396 of file node.h.

Referenced by rb_ast_mark().

◆ line_count

int rb_ast_body_struct::line_count

Definition at line 397 of file node.h.

Referenced by rb_iseq_new_top().

◆ root

const NODE * rb_ast_body_struct::root

Definition at line 395 of file node.h.

Referenced by rb_iseq_new_with_opt().


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