pub type pm_constant_path_node_t = pm_constant_path_node;
Expand description

ConstantPathNode

Type: PM_CONSTANT_PATH_NODE

@extends pm_node_t

Aliased Type§

struct pm_constant_path_node_t {
    pub base: pm_node,
    pub parent: *mut pm_node,
    pub child: *mut pm_node,
    pub delimiter_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§parent: *mut pm_node

ConstantPathNode#parent

§child: *mut pm_node

ConstantPathNode#child

§delimiter_loc: pm_location_t

ConstantPathNode#delimiter_loc