Ruby 3.3.5p100 (2024-09-03 revision ef084cc8f4958c1b6e4ead99136631bef6d8ddba)
node_buffer_struct Struct Reference

Data Fields

node_buffer_list_t unmarkable
 
node_buffer_list_t markable
 
struct rb_ast_local_table_linklocal_tables
 
VALUE mark_hash
 
VALUE tokens
 

Detailed Description

Definition at line 34 of file node.h.

Field Documentation

◆ local_tables

struct rb_ast_local_table_link* node_buffer_struct::local_tables

Definition at line 37 of file node.h.

◆ mark_hash

VALUE node_buffer_struct::mark_hash

Definition at line 38 of file node.h.

◆ markable

node_buffer_list_t node_buffer_struct::markable

Definition at line 36 of file node.h.

◆ tokens

VALUE node_buffer_struct::tokens

Definition at line 44 of file node.h.

◆ unmarkable

node_buffer_list_t node_buffer_struct::unmarkable

Definition at line 35 of file node.h.


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