Prism Ruby parser
Loading...
Searching...
No Matches
Data Fields
pm_constant_pool_t Struct Reference

The overall constant pool, which stores constants found while parsing. More...

#include <pm_constant_pool.h>

Collaboration diagram for pm_constant_pool_t:
Collaboration graph
[legend]

Data Fields

pm_constant_pool_bucket_tbuckets
 The buckets in the hash map.
 
pm_constant_tconstants
 The constants that are stored in the buckets.
 
uint32_t size
 The number of buckets in the hash map.
 
uint32_t capacity
 The number of buckets that have been allocated in the hash map.
 

Detailed Description

The overall constant pool, which stores constants found while parsing.


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