Type Alias ruby_prism_sys::pm_interpolated_string_node_t
source · pub type pm_interpolated_string_node_t = pm_interpolated_string_node;Expand description
InterpolatedStringNode
Type: PM_INTERPOLATED_STRING_NODE
@extends pm_node_t
Aliased Type§
struct pm_interpolated_string_node_t {
pub base: pm_node,
pub opening_loc: pm_location_t,
pub parts: pm_node_list,
pub closing_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
opening_loc: pm_location_tInterpolatedStringNode#opening_loc
parts: pm_node_listInterpolatedStringNode#parts
closing_loc: pm_location_tInterpolatedStringNode#closing_loc