Type Alias ruby_prism_sys::pm_optional_parameter_node_t
source · pub type pm_optional_parameter_node_t = pm_optional_parameter_node;Expand description
OptionalParameterNode
Type: PM_OPTIONAL_PARAMETER_NODE
@extends pm_node_t
Aliased Type§
struct pm_optional_parameter_node_t {
pub base: pm_node,
pub name: u32,
pub name_loc: pm_location_t,
pub operator_loc: pm_location_t,
pub value: *mut pm_node,
}Fields§
§base: pm_nodeThe embedded base node.
name: u32OptionalParameterNode#name
name_loc: pm_location_tOptionalParameterNode#name_loc
operator_loc: pm_location_tOptionalParameterNode#operator_loc
value: *mut pm_nodeOptionalParameterNode#value