Ruby 4.1.0dev (2026-08-15 revision d1c079751b80352d347452c8d134ffb177838adb)
Data Fields
pm_static_literals_t Struct Reference

Data Fields

pm_node_hash_t integer_nodes
 
pm_node_hash_t float_nodes
 
pm_node_hash_t number_nodes
 
pm_node_hash_t string_nodes
 
pm_node_hash_t regexp_nodes
 
pm_node_hash_t symbol_nodes
 
pm_node_ttrue_node
 
pm_node_tfalse_node
 
pm_node_tnil_node
 
pm_node_tsource_encoding_node
 

Detailed Description

Definition at line 32 of file static_literals.h.

Field Documentation

◆ false_node

pm_node_t* pm_static_literals_t::false_node

Definition at line 71 of file static_literals.h.

◆ float_nodes

pm_node_hash_t pm_static_literals_t::float_nodes

Definition at line 41 of file static_literals.h.

◆ integer_nodes

pm_node_hash_t pm_static_literals_t::integer_nodes

Definition at line 36 of file static_literals.h.

◆ nil_node

pm_node_t* pm_static_literals_t::nil_node

Definition at line 76 of file static_literals.h.

◆ number_nodes

pm_node_hash_t pm_static_literals_t::number_nodes

Definition at line 46 of file static_literals.h.

◆ regexp_nodes

pm_node_hash_t pm_static_literals_t::regexp_nodes

Definition at line 56 of file static_literals.h.

◆ source_encoding_node

pm_node_t* pm_static_literals_t::source_encoding_node

Definition at line 82 of file static_literals.h.

◆ string_nodes

pm_node_hash_t pm_static_literals_t::string_nodes

Definition at line 51 of file static_literals.h.

◆ symbol_nodes

pm_node_hash_t pm_static_literals_t::symbol_nodes

Definition at line 61 of file static_literals.h.

◆ true_node

pm_node_t* pm_static_literals_t::true_node

Definition at line 66 of file static_literals.h.


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