Type Alias ruby_prism_sys::pm_rest_parameter_node_t
source · pub type pm_rest_parameter_node_t = pm_rest_parameter_node;Expand description
RestParameterNode
Type: PM_REST_PARAMETER_NODE
@extends pm_node_t
Aliased Type§
struct pm_rest_parameter_node_t {
pub base: pm_node,
pub name: u32,
pub name_loc: pm_location_t,
pub operator_loc: pm_location_t,
}Fields§
§base: pm_nodeThe embedded base node.
name: u32RestParameterNode#name
name_loc: pm_location_tRestParameterNode#name_loc
operator_loc: pm_location_tRestParameterNode#operator_loc