Type Alias ruby_prism_sys::pm_hash_node_t
source · pub type pm_hash_node_t = pm_hash_node;Expand description
HashNode
Type: PM_HASH_NODE
@extends pm_node_t
Aliased Type§
struct pm_hash_node_t {
pub base: pm_node,
pub opening_loc: pm_location_t,
pub elements: pm_node_list,
pub closing_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
opening_loc: pm_location_tHashNode#opening_loc
elements: pm_node_listHashNode#elements
closing_loc: pm_location_tHashNode#closing_loc