Ruby 3.0.5p211 (2022-11-24 revision ba5cf0f7c52d4d35cc6a173c89eda98ceffa2dcf)
Data Fields
autoload_const Struct Reference

Data Fields

struct list_node cnode
 
VALUE mod
 
VALUE ad
 
VALUE value
 
VALUE file
 
ID id
 
rb_const_flag_t flag
 
int line
 

Detailed Description

Definition at line 2021 of file variable.c.

Field Documentation

◆ ad

VALUE autoload_const::ad

Definition at line 2024 of file variable.c.

Referenced by rb_autoload_str().

◆ cnode

struct list_node autoload_const::cnode

Definition at line 2022 of file variable.c.

Referenced by rb_autoload_str().

◆ file

VALUE autoload_const::file

Definition at line 2026 of file variable.c.

◆ flag

rb_const_flag_t autoload_const::flag

Definition at line 2028 of file variable.c.

Referenced by rb_autoload_str(), and rb_autoloading_value().

◆ id

ID autoload_const::id

Definition at line 2027 of file variable.c.

Referenced by rb_autoload_str().

◆ line

int autoload_const::line

Definition at line 2029 of file variable.c.

◆ mod

VALUE autoload_const::mod

Definition at line 2023 of file variable.c.

Referenced by rb_autoload_str(), and rb_const_set().

◆ value

VALUE autoload_const::value

Definition at line 2025 of file variable.c.

Referenced by rb_autoload_str(), and rb_autoloading_value().


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