Type Alias ruby_prism_sys::pm_constant_path_node_t
source · 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_nodeThe embedded base node.
parent: *mut pm_nodeConstantPathNode#parent
child: *mut pm_nodeConstantPathNode#child
delimiter_loc: pm_location_tConstantPathNode#delimiter_loc