Ruby 3.3.4p94 (2024-07-09 revision be1089c8ec5ba40e09b1553e36b3174bf4014d9d)
lex_context Struct Reference

Public Member Functions

 BITFIELD (enum shareability, shareable_constant_value, 2)
 
 BITFIELD (enum rescue_context, in_rescue, 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 318 of file parse.c.

Field Documentation

◆ in_argdef

unsigned int lex_context::in_argdef

Definition at line 321 of file parse.c.

◆ in_class

unsigned int lex_context::in_class

Definition at line 323 of file parse.c.

◆ in_def

unsigned int lex_context::in_def

Definition at line 322 of file parse.c.

◆ in_defined

unsigned int lex_context::in_defined

Definition at line 319 of file parse.c.

◆ in_kwarg

unsigned int lex_context::in_kwarg

Definition at line 320 of file parse.c.


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