Ruby 3.2.5p208 (2024-07-26 revision 31d0f1a2e7dbfb60731d1f05b868e1d578cda493)
lex_context Struct Reference

Public Member Functions

 BITFIELD (enum shareability, shareable_constant_value, 2)
 

Data Fields

unsigned int in_defined: 1
 
unsigned int in_kwarg: 1
 
unsigned int in_argdef: 1
 
unsigned int in_def: 1
 
unsigned int in_class: 1
 

Detailed Description

Definition at line 124 of file parse.c.

Field Documentation

◆ in_argdef

unsigned int lex_context::in_argdef

Definition at line 127 of file parse.c.

◆ in_class

unsigned int lex_context::in_class

Definition at line 129 of file parse.c.

◆ in_def

unsigned int lex_context::in_def

Definition at line 128 of file parse.c.

◆ in_defined

unsigned int lex_context::in_defined

Definition at line 125 of file parse.c.

◆ in_kwarg

unsigned int lex_context::in_kwarg

Definition at line 126 of file parse.c.


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