Ruby  2.4.2p198(2017-09-14revision59899)
Data Fields
rb_const_entry_struct Struct Reference

#include <constant.h>

Data Fields

rb_const_flag_t flag
 
int line
 
const VALUE value
 
const VALUE file
 

Detailed Description

Definition at line 31 of file constant.h.

Field Documentation

◆ file

const VALUE rb_const_entry_struct::file

Definition at line 35 of file constant.h.

Referenced by clone_const(), const_tbl_update(), mark_const_entry_i(), and setup_const_entry().

◆ flag

rb_const_flag_t rb_const_entry_struct::flag

◆ line

int rb_const_entry_struct::line

Definition at line 33 of file constant.h.

Referenced by const_tbl_update(), and setup_const_entry().

◆ value

const VALUE rb_const_entry_struct::value

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