Ruby 4.1.0dev (2026-05-15 revision fff4b3ef2e3e309e7a84288de53c189aa3d45fed)
Data Fields
pm_scope Struct Reference

Data Fields

struct pm_scopeprevious
 
pm_locals_t locals
 
pm_node_list_t implicit_parameters
 
pm_scope_parameters_t parameters
 
pm_shareable_constant_value_t shareable_constant
 
bool closed
 

Detailed Description

Definition at line 512 of file parser.h.

Field Documentation

◆ closed

bool pm_scope::closed

Definition at line 558 of file parser.h.

◆ implicit_parameters

pm_node_list_t pm_scope::implicit_parameters

Definition at line 525 of file parser.h.

◆ locals

pm_locals_t pm_scope::locals

Definition at line 517 of file parser.h.

◆ parameters

pm_scope_parameters_t pm_scope::parameters

Definition at line 546 of file parser.h.

◆ previous

struct pm_scope* pm_scope::previous

Definition at line 514 of file parser.h.

◆ shareable_constant

pm_shareable_constant_value_t pm_scope::shareable_constant

Definition at line 552 of file parser.h.


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