Ruby 3.2.4p170 (2024-04-23 revision af471c0e0127eea0cafa6f308c0425bbfab0acf5)
Public Member Functions | Data Fields
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: