Ruby 3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
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 2106 of file variable.c.

Field Documentation

◆ ad

VALUE autoload_const::ad

Definition at line 2109 of file variable.c.

◆ cnode

struct list_node autoload_const::cnode

Definition at line 2107 of file variable.c.

◆ file

VALUE autoload_const::file

Definition at line 2111 of file variable.c.

◆ flag

rb_const_flag_t autoload_const::flag

Definition at line 2113 of file variable.c.

◆ id

ID autoload_const::id

Definition at line 2112 of file variable.c.

◆ line

int autoload_const::line

Definition at line 2114 of file variable.c.

◆ mod

VALUE autoload_const::mod

Definition at line 2108 of file variable.c.

◆ value

VALUE autoload_const::value

Definition at line 2110 of file variable.c.


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