pub type pm_interpolated_x_string_node_t = pm_interpolated_x_string_node;Expand description
InterpolatedXStringNode
Represents an xstring literal that contains interpolation.
`foo #{bar} baz`
^^^^^^^^^^^^^^^^Type: ::PM_INTERPOLATED_X_STRING_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_interpolated_x_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_tInterpolatedXStringNode#opening_loc
parts: pm_node_listInterpolatedXStringNode#parts
closing_loc: pm_location_tInterpolatedXStringNode#closing_loc