pub type pm_undef_node_t = pm_undef_node;
Expand description

UndefNode

Type: PM_UNDEF_NODE

@extends pm_node_t

Aliased Type§

struct pm_undef_node_t {
    pub base: pm_node,
    pub names: pm_node_list,
    pub keyword_loc: pm_location_t,
}

Fields§

§base: pm_node

The embedded base node.

§names: pm_node_list

UndefNode#names

§keyword_loc: pm_location_t

UndefNode#keyword_loc