Type Alias ruby_prism_sys::pm_array_node_t
source · pub type pm_array_node_t = pm_array_node;Expand description
ArrayNode
Type: PM_ARRAY_NODE Flags: PM_ARRAY_NODE_FLAGS_CONTAINS_SPLAT
@extends pm_node_t
Aliased Type§
struct pm_array_node_t {
pub base: pm_node,
pub elements: pm_node_list,
pub opening_loc: pm_location_t,
pub closing_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
elements: pm_node_listArrayNode#elements
opening_loc: pm_location_tArrayNode#opening_loc
closing_loc: pm_location_tArrayNode#closing_loc