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_node

The embedded base node.

§opening_loc: pm_location_t

InterpolatedStringNode#opening_loc

§parts: pm_node_list

InterpolatedStringNode#parts

§closing_loc: pm_location_t

InterpolatedStringNode#closing_loc