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_nodeThe embedded base node.
names: pm_node_listUndefNode#names
keyword_loc: pm_location_tUndefNode#keyword_loc