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

Field Documentation

◆ false_node

pm_node_t* pm_static_literals_t::false_node

Definition at line 69 of file static_literals.h.

◆ float_nodes

pm_node_hash_t pm_static_literals_t::float_nodes

Definition at line 39 of file static_literals.h.

◆ integer_nodes

pm_node_hash_t pm_static_literals_t::integer_nodes

Definition at line 34 of file static_literals.h.

◆ nil_node

pm_node_t* pm_static_literals_t::nil_node

Definition at line 74 of file static_literals.h.

◆ number_nodes

pm_node_hash_t pm_static_literals_t::number_nodes

Definition at line 44 of file static_literals.h.

◆ regexp_nodes

pm_node_hash_t pm_static_literals_t::regexp_nodes

Definition at line 54 of file static_literals.h.

◆ source_encoding_node

pm_node_t* pm_static_literals_t::source_encoding_node

Definition at line 80 of file static_literals.h.

◆ string_nodes

pm_node_hash_t pm_static_literals_t::string_nodes

Definition at line 49 of file static_literals.h.

◆ symbol_nodes

pm_node_hash_t pm_static_literals_t::symbol_nodes

Definition at line 59 of file static_literals.h.

◆ true_node

pm_node_t* pm_static_literals_t::true_node

Definition at line 64 of file static_literals.h.


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