pm_undef_node_t

Type Alias pm_undef_node_t 

Source
pub type pm_undef_node_t = pm_undef_node;
Expand description

UndefNode

Represents the use of the undef keyword.

 undef :foo, :bar, :baz
 ^^^^^^^^^^^^^^^^^^^^^^

Type: ::PM_UNDEF_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub 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