Ruby 4.1.0dev (2026-04-17 revision 11e3c78b61da705c783dd12fb7f158c0d256ede0)
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 511 of file parser.h.

Field Documentation

◆ closed

bool pm_scope::closed

Definition at line 557 of file parser.h.

◆ implicit_parameters

pm_node_list_t pm_scope::implicit_parameters

Definition at line 524 of file parser.h.

◆ locals

pm_locals_t pm_scope::locals

Definition at line 516 of file parser.h.

◆ parameters

pm_scope_parameters_t pm_scope::parameters

Definition at line 545 of file parser.h.

◆ previous

struct pm_scope* pm_scope::previous

Definition at line 513 of file parser.h.

◆ shareable_constant

pm_shareable_constant_value_t pm_scope::shareable_constant

Definition at line 551 of file parser.h.


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