Type Alias ruby_prism_sys::pm_undef_node_t
source · 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_nodeThe embedded base node.
names: pm_node_listUndefNode#names
keyword_loc: pm_location_tUndefNode#keyword_loc