Prism Ruby parser
|
The overall constant pool, which stores constants found while parsing. More...
#include <pm_constant_pool.h>
Data Fields | |
pm_constant_pool_bucket_t * | buckets |
The buckets in the hash map. | |
pm_constant_t * | constants |
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. | |
The overall constant pool, which stores constants found while parsing.