|
Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
|
A scope of locals surrounding the code that is being parsed. More...
#include <options.h>
Data Fields | |
| size_t | locals_count |
| The number of locals in the scope. | |
| pm_string_t * | locals |
| The names of the locals in the scope. | |
A scope of locals surrounding the code that is being parsed.
| pm_string_t* pm_options_scope::locals |
The names of the locals in the scope.
Definition at line 24 of file options.h.
Referenced by pm_options_free(), pm_options_read(), pm_options_scope_init(), and pm_options_scope_local_get().
| size_t pm_options_scope::locals_count |
The number of locals in the scope.
Definition at line 21 of file options.h.
Referenced by pm_options_free(), pm_options_scope_init(), and pm_parser_init().