pm_no_keywords_parameter_node_t

Type Alias pm_no_keywords_parameter_node_t 

Source
pub type pm_no_keywords_parameter_node_t = pm_no_keywords_parameter_node;
Expand description

NoKeywordsParameterNode

Represents the use of **nil inside method arguments.

 def a(**nil)
       ^^^^^
 end

Type: ::PM_NO_KEYWORDS_PARAMETER_NODE

@extends pm_node_t

Aliased Type§

#[repr(C)]
pub struct pm_no_keywords_parameter_node_t { pub base: pm_node, pub operator_loc: pm_location_t, pub keyword_loc: pm_location_t, }

Fields§

§base: pm_node

The embedded base node.

§operator_loc: pm_location_t

NoKeywordsParameterNode#operator_loc

§keyword_loc: pm_location_t

NoKeywordsParameterNode#keyword_loc