pub type pm_interpolated_symbol_node_t = pm_interpolated_symbol_node;Expand description
InterpolatedSymbolNode
Represents a symbol literal that contains interpolation.
:"foo #{bar} baz"
^^^^^^^^^^^^^^^^^Type: ::PM_INTERPOLATED_SYMBOL_NODE
@extends pm_node_t
Aliased Type§
#[repr(C)]pub struct pm_interpolated_symbol_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_tInterpolatedSymbolNode#opening_loc
parts: pm_node_listInterpolatedSymbolNode#parts
closing_loc: pm_location_tInterpolatedSymbolNode#closing_loc